mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-12-25 00:19:09 +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() {
|
function isAutoSaveSettingsEnabled() {
|
||||||
return getLocalStorageBoolItem(AUTO_SAVE_SETTINGS_KEY, false)
|
return getLocalStorageBoolItem(AUTO_SAVE_SETTINGS_KEY, true)
|
||||||
}
|
}
|
||||||
|
|
||||||
function isUseTurboModeEnabled() {
|
function isUseTurboModeEnabled() {
|
||||||
|
Loading…
Reference in New Issue
Block a user