mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Merge branch 'CURA-8670_fix_error_message_failed_sync'
This commit is contained in:
commit
cf8ff903da
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ class CloudMaterialSync(QObject):
|
||||||
self.sync_all_dialog.setProperty("syncModel", self)
|
self.sync_all_dialog.setProperty("syncModel", self)
|
||||||
self.sync_all_dialog.setProperty("pageIndex", 0) # Return to first page.
|
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.setProperty("hasExportedUsb", False) # If the user exported USB before, reset that page.
|
||||||
|
self.sync_all_dialog.setProperty("syncStatusText", "") # Reset any previous error messages.
|
||||||
self.sync_all_dialog.show()
|
self.sync_all_dialog.show()
|
||||||
|
|
||||||
def _showSyncNewMaterialsMessage(self) -> None:
|
def _showSyncNewMaterialsMessage(self) -> None:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue