mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:55:56 +08:00
Don't crash when clicking don't show again
Contributes to CL-1222
This commit is contained in:
parent
c15e49876a
commit
8fecf7fb39
@ -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…
x
Reference in New Issue
Block a user