mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 05:37:50 -06:00
Add link out to learn more
CURA-9221
This commit is contained in:
parent
1a023f7285
commit
30692bb4b8
1 changed files with 5 additions and 2 deletions
|
@ -29,5 +29,8 @@ class PrintJobPendingApprovalMessage(Message):
|
|||
|
||||
def _onActionTriggered(self, message: Message, action: str):
|
||||
""" Callback function for the "Manage print jobs" button on the pending approval notification. """
|
||||
if action == "manage_print_jobs":
|
||||
QDesktopServices.openUrl(QUrl("https://ultimaker.com/"))
|
||||
match action:
|
||||
case "manage_print_jobs":
|
||||
QDesktopServices.openUrl(QUrl("https://ultimaker.com/"))
|
||||
case "learn_more":
|
||||
QDesktopServices.openUrl(QUrl("https://ultimaker.com/"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue