mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-20 01:48:21 +02: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…
x
Reference in New Issue
Block a user