mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-12-23 23:49:11 +01:00
Enable auto-save of settings by default
This commit is contained in:
parent
e533bc0847
commit
7b1b2a4bef
@ -193,7 +193,7 @@ function isUseFullPrecisionEnabled() {
|
||||
}
|
||||
|
||||
function isAutoSaveSettingsEnabled() {
|
||||
return getLocalStorageBoolItem(AUTO_SAVE_SETTINGS_KEY, false)
|
||||
return getLocalStorageBoolItem(AUTO_SAVE_SETTINGS_KEY, true)
|
||||
}
|
||||
|
||||
function isUseTurboModeEnabled() {
|
||||
|
Loading…
Reference in New Issue
Block a user