mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Fix icon name role
The icons were not displaying in the context menu of the settings.
This commit is contained in:
parent
ade2b565bc
commit
8a94042a1f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class SidebarCustomMenuItemsModel(ListModel):
|
|||
self.addRoleName(self.name_role, "name")
|
||||
self.addRoleName(self.actions_role, "actions")
|
||||
self.addRoleName(self.menu_item_role, "menu_item")
|
||||
self.addRoleName(self.menu_item_icon_name_role, "iconName")
|
||||
self.addRoleName(self.menu_item_icon_name_role, "icon_name")
|
||||
self._updateExtensionList()
|
||||
|
||||
def _updateExtensionList(self)-> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue