diff --git a/lama_cleaner/app/src/store/Atoms.tsx b/lama_cleaner/app/src/store/Atoms.tsx index 0279b1a..7e98ed9 100644 --- a/lama_cleaner/app/src/store/Atoms.tsx +++ b/lama_cleaner/app/src/store/Atoms.tsx @@ -67,7 +67,7 @@ const localStorageEffect = if (savedValue != null) { const storageSettings = JSON.parse(savedValue) storageSettings.show = false - setSelf(storageSettings) + setSelf({ ...settingStateDefault, ...storageSettings }) } onSet((newValue: Settings, _: string, isReset: boolean) =>