Fix small copy paste error

CURA-7477
This commit is contained in:
Jaime van Kessel 2020-06-02 14:19:13 +02:00
parent 0885d1a8e2
commit fbbd2f7484
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -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"))