mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:59:00 +08:00
Fix plural
Contributes to CURA-5595
This commit is contained in:
parent
4912073aed
commit
3217085ebe
@ -25,8 +25,8 @@ class SidebarContextMenu:
|
|||||||
|
|
||||||
## Add items to the sidebar context menu.
|
## Add items to the sidebar context menu.
|
||||||
# \param menu_item dict containing the menu item to add.
|
# \param menu_item dict containing the menu item to add.
|
||||||
def addSidebarMenuItem(self, menu_items: dict) -> None:
|
def addSidebarMenuItem(self, menu_item: dict) -> None:
|
||||||
self._application.addSidebarCustomMenuItem(menu_items)
|
self._application.addSidebarCustomMenuItem(menu_item)
|
||||||
|
|
||||||
## Get all custom items currently added to the sidebar context menu.
|
## Get all custom items currently added to the sidebar context menu.
|
||||||
# \return List containing all custom context menu items.
|
# \return List containing all custom context menu items.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user