mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
for preference to open dialo while saving ucp
CURA-11403
This commit is contained in:
parent
ce3baa15e2
commit
d2566d72ff
3 changed files with 22 additions and 5 deletions
|
@ -25,7 +25,7 @@ UM.Dialog
|
|||
function storeDontShowAgain()
|
||||
{
|
||||
UM.Preferences.setValue("cura/dialog_on_project_save", !dontShowAgainCheckbox.checked)
|
||||
UM.Preferences.setValue("asked_dialog_on_project_save", true)
|
||||
UM.Preferences.setValue("cura/asked_dialog_on_project_save", true)
|
||||
}
|
||||
|
||||
onClosing: storeDontShowAgain()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue