|
@@ -83,8 +83,7 @@ class MaterialManagementModel(QObject):
|
|
|
|
|
|
def _onSyncMaterialsMessageActionTriggered(self, sync_message: Message, sync_message_action: str):
|
|
|
if sync_message_action == "sync":
|
|
|
- QDesktopServices.openUrl(QUrl("https://example.com/openSyncAllWindow"))
|
|
|
- # self.openSyncAllWindow()
|
|
|
+ self.openSyncAllWindow()
|
|
|
sync_message.hide()
|
|
|
elif sync_message_action == "learn_more":
|
|
|
QDesktopServices.openUrl(QUrl("https://support.ultimaker.com/hc/en-us/articles/360013137919?utm_source=cura&utm_medium=software&utm_campaign=sync-material-printer-message"))
|