mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:49:00 +08:00
Get named view in CuraStage
This commit is contained in:
parent
ab5449b01e
commit
44c66e2ad2
@ -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…
x
Reference in New Issue
Block a user