mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 17:05:54 +08:00
Ensure that the "Slice info message disable button" actually disables the sending of info.
This commit is contained in:
parent
c6c35a98b4
commit
18551a4a72
@ -57,7 +57,7 @@ class SliceInfo(Extension):
|
||||
def messageActionTriggered(self, message_id, action_id):
|
||||
Preferences.getInstance().setValue("info/asked_send_slice_info", True)
|
||||
if action_id == "Disable":
|
||||
CuraApplication.getInstance().showPreferences()
|
||||
Preferences.getInstance().addPreference("info/send_slice_info", False)
|
||||
self.send_slice_info_message.hide()
|
||||
|
||||
def _onWriteStarted(self, output_device):
|
||||
|
Loading…
x
Reference in New Issue
Block a user