mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 04:19:03 +08:00
Fix small copy paste error
CURA-7477
This commit is contained in:
parent
0885d1a8e2
commit
fbbd2f7484
@ -73,7 +73,7 @@ UM.PreferencesPage
|
|||||||
setDefaultTheme(defaultTheme)
|
setDefaultTheme(defaultTheme)
|
||||||
|
|
||||||
UM.Preferences.resetPreference("cura/single_instance")
|
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")
|
UM.Preferences.resetPreference("physics/automatic_push_free")
|
||||||
pushFreeCheckbox.checked = boolCheck(UM.Preferences.getValue("physics/automatic_push_free"))
|
pushFreeCheckbox.checked = boolCheck(UM.Preferences.getValue("physics/automatic_push_free"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user