mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Ensure that the "Slice info message disable button" actually disables the sending of info.
This commit is contained in:
parent
c6c35a98b4
commit
18551a4a72
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue