mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix small copy paste error
CURA-7477
This commit is contained in:
parent
0885d1a8e2
commit
fbbd2f7484
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ UM.PreferencesPage
|
|||
setDefaultTheme(defaultTheme)
|
||||
|
||||
UM.Preferences.resetPreference("cura/single_instance")
|
||||
scaleToFitCheckbox.checked = boolCheck(UM.Preferences.getValue("cura/single_instance"))
|
||||
singleInstanceCheckbox.checked = boolCheck(UM.Preferences.getValue("cura/single_instance"))
|
||||
|
||||
UM.Preferences.resetPreference("physics/automatic_push_free")
|
||||
pushFreeCheckbox.checked = boolCheck(UM.Preferences.getValue("physics/automatic_push_free"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue