mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Use new method of setting active stage when needing to switch to monitor
This commit is contained in:
parent
acbef72b68
commit
9bf954643c
4 changed files with 6 additions and 7 deletions
|
@ -391,7 +391,6 @@ class CuraApplication(QtApplication):
|
|||
def needToShowUserAgreement(self):
|
||||
return self._need_to_show_user_agreement
|
||||
|
||||
|
||||
def setNeedToShowUserAgreement(self, set_value = True):
|
||||
self._need_to_show_user_agreement = set_value
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue