mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Code style fixes
Contributes to CURA-5595
This commit is contained in:
parent
787948f401
commit
3fad11e07f
3 changed files with 16 additions and 17 deletions
|
|
@ -1736,8 +1736,7 @@ class CuraApplication(QtApplication):
|
|||
def showMoreInformationDialogForAnonymousDataCollection(self):
|
||||
cast(SliceInfo, self._plugin_registry.getPluginObject("SliceInfoPlugin")).showMoreInfoDialog()
|
||||
|
||||
|
||||
def addSidebarCustomMenuItem(self, menu_item: list) -> None:
|
||||
def addSidebarCustomMenuItem(self, menu_item: dict) -> None:
|
||||
self._sidebar_custom_menu_items.append(menu_item)
|
||||
|
||||
def getSidebarCustomMenuItems(self) -> list:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue