mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Reset export USB button when re-opening window
To do that, I moved the property to track that state to the root of the window. Contributes to issue CURA-8609.
This commit is contained in:
parent
c58d03ad4c
commit
ce4117a3ee
2 changed files with 5 additions and 3 deletions
|
@ -56,6 +56,7 @@ class CloudMaterialSync(QObject):
|
|||
return
|
||||
self.sync_all_dialog.setProperty("syncModel", self)
|
||||
self.sync_all_dialog.setProperty("pageIndex", 0) # Return to first page.
|
||||
self.sync_all_dialog.setProperty("hasExportedUsb", False) # If the user exported USB before, reset that page.
|
||||
self.sync_all_dialog.show()
|
||||
|
||||
def _showSyncNewMaterialsMessage(self) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue