mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Update campaign tags
CURA-8254
This commit is contained in:
parent
ce34e16cdd
commit
5732fc2b51
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class MaterialManagementModel(QObject):
|
||||||
if sync_message is not None:
|
if sync_message is not None:
|
||||||
sync_message.hide()
|
sync_message.hide()
|
||||||
elif sync_message_action == "learn_more":
|
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"))
|
QDesktopServices.openUrl(QUrl("https://support.ultimaker.com/hc/en-us/articles/360013137919?utm_source=cura&utm_medium=software&utm_campaign=sync-material-printer-message"))
|
||||||
|
|
||||||
@pyqtSlot("QVariant", result = bool)
|
@pyqtSlot("QVariant", result = bool)
|
||||||
def canMaterialBeRemoved(self, material_node: "MaterialNode") -> bool:
|
def canMaterialBeRemoved(self, material_node: "MaterialNode") -> bool:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue