mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-06 00:04:39 +00:00
update todo.md.
This commit is contained in:
parent
93982a061c
commit
75ff80087b
2 changed files with 1 additions and 4 deletions
4
TODO.md
4
TODO.md
|
@ -8,10 +8,6 @@
|
|||
- [ ] Комментарии?
|
||||
- [ ] ...
|
||||
|
||||
## Настройки
|
||||
|
||||
- [ ] Изменение сохранения как просмотренное
|
||||
|
||||
## Идеи
|
||||
|
||||
- Изменение вида списка релизов
|
||||
|
|
|
@ -6,6 +6,7 @@ import { useSettingsStore } from "@/app/store/settings-store";
|
|||
function deleteAllSettings() {
|
||||
localStorage.removeItem("mode");
|
||||
localStorage.removeItem("theme");
|
||||
localStorage.removeItem("settings");
|
||||
}
|
||||
|
||||
function deleteSearchHistory() {
|
||||
|
|
Loading…
Add table
Reference in a new issue