diff --git a/lama_cleaner/app/src/store/Atoms.tsx b/lama_cleaner/app/src/store/Atoms.tsx index 9968036..f8d4297 100644 --- a/lama_cleaner/app/src/store/Atoms.tsx +++ b/lama_cleaner/app/src/store/Atoms.tsx @@ -286,7 +286,7 @@ const localStorageEffect = ) } -const ROOT_STATE_KEY = 'settingsState3' +const ROOT_STATE_KEY = 'settingsState4' // Each atom can reference an array of these atom effect functions which are called in priority order when the atom is initialized // https://recoiljs.org/docs/guides/atom-effects/#local-storage-persistence export const settingState = atom({