mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Remove broken load of PrepareSidebar.qml
This file no longer exists. Loading it gives a warning.
This commit is contained in:
parent
70e60e5313
commit
3f3cd5e334
2 changed files with 1 additions and 9 deletions
|
@ -24,10 +24,6 @@ class CuraStage(Stage):
|
|||
def mainComponent(self) -> QUrl:
|
||||
return self.getDisplayComponent("main")
|
||||
|
||||
@pyqtProperty(QUrl, constant = True)
|
||||
def sidebarComponent(self) -> QUrl:
|
||||
return self.getDisplayComponent("sidebar")
|
||||
|
||||
@pyqtProperty(QUrl, constant = True)
|
||||
def stageMenuComponent(self) -> QUrl:
|
||||
return self.getDisplayComponent("menu")
|
Loading…
Add table
Add a link
Reference in a new issue