mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 10:47:49 -06:00
Fix plural
Contributes to CURA-5595
This commit is contained in:
parent
4912073aed
commit
3217085ebe
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ class SidebarContextMenu:
|
|||
|
||||
## Add items to the sidebar context menu.
|
||||
# \param menu_item dict containing the menu item to add.
|
||||
def addSidebarMenuItem(self, menu_items: dict) -> None:
|
||||
self._application.addSidebarCustomMenuItem(menu_items)
|
||||
def addSidebarMenuItem(self, menu_item: dict) -> None:
|
||||
self._application.addSidebarCustomMenuItem(menu_item)
|
||||
|
||||
## Get all custom items currently added to the sidebar context menu.
|
||||
# \return List containing all custom context menu items.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue