From b63429483dc42644ce994b208de7253e1800585a Mon Sep 17 00:00:00 2001 From: Qing Date: Thu, 20 Oct 2022 22:23:03 +0800 Subject: [PATCH] frontend: clear localstorage --- lama_cleaner/app/src/store/Atoms.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({