mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Merge branch 'master' of github.com:Ultimaker/Cura
This commit is contained in:
commit
53c7e2a01e
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