mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Restore wrongly deleted code
CURA-6979
This commit is contained in:
parent
dae626375d
commit
1f5df8fe79
1 changed files with 3 additions and 0 deletions
|
@ -700,6 +700,9 @@ class Toolbox(QObject, Extension):
|
||||||
description="Sync your Cloud subscribed packages to your local environment.",
|
description="Sync your Cloud subscribed packages to your local environment.",
|
||||||
button_align=Message.ActionButtonAlignment.ALIGN_RIGHT)
|
button_align=Message.ActionButtonAlignment.ALIGN_RIGHT)
|
||||||
sync_message.show()
|
sync_message.show()
|
||||||
|
|
||||||
|
self.metadataChanged.emit()
|
||||||
|
|
||||||
if self.isLoadingComplete():
|
if self.isLoadingComplete():
|
||||||
self.setViewPage("overview")
|
self.setViewPage("overview")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue