mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-22 12:39:22 +08:00
Update links
CURA-9221
This commit is contained in:
parent
a58690c774
commit
a6f459b0f6
@ -31,6 +31,6 @@ class PrintJobPendingApprovalMessage(Message):
|
|||||||
""" Callback function for the "Manage print jobs" button on the pending approval notification. """
|
""" Callback function for the "Manage print jobs" button on the pending approval notification. """
|
||||||
match action:
|
match action:
|
||||||
case "manage_print_jobs":
|
case "manage_print_jobs":
|
||||||
QDesktopServices.openUrl(QUrl("https://ultimaker.com/"))
|
QDesktopServices.openUrl(QUrl("https://digitalfactory.ultimaker.com/app/jobs/"))
|
||||||
case "learn_more":
|
case "learn_more":
|
||||||
QDesktopServices.openUrl(QUrl("https://ultimaker.com/"))
|
QDesktopServices.openUrl(QUrl("https://support.ultimaker.com/hc/en-us/articles/5329940078620"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user