mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Don't crash when clicking don't show again
Contributes to CL-1222
This commit is contained in:
parent
c15e49876a
commit
8fecf7fb39
1 changed files with 1 additions and 1 deletions
|
@ -488,7 +488,7 @@ class UM3OutputDevicePlugin(OutputDevicePlugin):
|
|||
active_machine.setMetaDataEntry("cloud_flow_complete", True)
|
||||
return
|
||||
|
||||
def _onDontAskMeAgain(self, messageId: str, checked: bool) -> None:
|
||||
def _onDontAskMeAgain(self, messageId: str) -> None:
|
||||
active_machine = self._application.getMachineManager().activeMachine # type: Optional["GlobalStack"]
|
||||
if active_machine:
|
||||
active_machine.setMetaDataEntry("show_cloud_message", False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue