mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Added visible settings
CURA-3710
This commit is contained in:
parent
54dc63a596
commit
f065a08c82
4 changed files with 460 additions and 18 deletions
|
|
@ -176,8 +176,6 @@ UM.PreferencesPage
|
|||
if (model.get(index).text == "Custom")
|
||||
return
|
||||
|
||||
console.log("SETTING VALUE : " + model.get(index).text)
|
||||
|
||||
var newVisibleSettings = CuraApplication.getVisibilitySettingPreset(model.get(index).text)
|
||||
UM.Preferences.setValue("general/visible_settings", newVisibleSettings)
|
||||
UM.Preferences.setValue("general/visible_settings_preset_choice", model.get(index).text)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue