mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Update plugins/UM3NetworkPrinting/src/Messages/PrintJobAwaitingApprovalMessage.py
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
This commit is contained in:
parent
0993dc99f9
commit
119fb32681
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class PrintJobPendingApprovalMessage(Message):
|
|||
|
||||
self.actionTriggered.connect(self._onActionTriggered)
|
||||
|
||||
def _onActionTriggered(self, message: Message, action: str):
|
||||
def _onActionTriggered(self, message: Message, action: str) -> None:
|
||||
""" Callback function for the "Manage print jobs" button on the pending approval notification. """
|
||||
match action:
|
||||
case "manage_print_jobs":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue