frontend: clear localstorage

This commit is contained in:
Qing 2022-10-20 22:23:03 +08:00
parent 9acc0f8079
commit b63429483d

View File

@ -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 // 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 // https://recoiljs.org/docs/guides/atom-effects/#local-storage-persistence
export const settingState = atom<Settings>({ export const settingState = atom<Settings>({