mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Get named view in CuraStage
This commit is contained in:
parent
ab5449b01e
commit
44c66e2ad2
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ class CuraStage(Stage):
|
|||
super().__init__()
|
||||
|
||||
def getMainView(self):
|
||||
return None
|
||||
return self.getView("main")
|
||||
|
||||
def getSidebarView(self):
|
||||
return None
|
||||
return self.getView("sidebar")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue