diff --git a/TODO.md b/TODO.md index 1e43e34..9ffaace 100644 --- a/TODO.md +++ b/TODO.md @@ -8,10 +8,6 @@ - [ ] Комментарии? - [ ] ... -## Настройки - -- [ ] Изменение сохранения как просмотренное - ## Идеи - Изменение вида списка релизов diff --git a/frontend/app/components/Settings/Settings.jsx b/frontend/app/components/Settings/Settings.jsx index 5c19989..b56e6a7 100644 --- a/frontend/app/components/Settings/Settings.jsx +++ b/frontend/app/components/Settings/Settings.jsx @@ -6,6 +6,7 @@ import { useSettingsStore } from "@/app/store/settings-store"; function deleteAllSettings() { localStorage.removeItem("mode"); localStorage.removeItem("theme"); + localStorage.removeItem("settings"); } function deleteSearchHistory() {