diff --git a/lama_cleaner/app/src/components/Settings/SettingsModal.tsx b/lama_cleaner/app/src/components/Settings/SettingsModal.tsx index 29c563e..a0ec1d8 100644 --- a/lama_cleaner/app/src/components/Settings/SettingsModal.tsx +++ b/lama_cleaner/app/src/components/Settings/SettingsModal.tsx @@ -45,7 +45,7 @@ export default function SettingModal(props: SettingModalProps) { > {isSD ? <> : } - + {/* */} {isSD ? <> : } diff --git a/lama_cleaner/app/src/store/Atoms.tsx b/lama_cleaner/app/src/store/Atoms.tsx index 4ee63f9..955845d 100644 --- a/lama_cleaner/app/src/store/Atoms.tsx +++ b/lama_cleaner/app/src/store/Atoms.tsx @@ -261,7 +261,7 @@ const localStorageEffect = ) } -const ROOT_STATE_KEY = 'settingsState2' +const ROOT_STATE_KEY = 'settingsState3' // 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({