Compare commits

..

2 Commits

Author SHA1 Message Date
aclist
6274f62c93 chore: remove print statement
Some checks failed
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
2026-05-21 21:06:40 +09:00
aclist
24609a1c71 docs: update changelog 2026-05-21 20:58:32 +09:00
3 changed files with 2 additions and 1 deletions

View File

@ -34,6 +34,7 @@
- Early load alerts button
- Preconnect dialog
- Preconnect warnings/failsafes like filesize
- Save filters per server context between sessions
## Changed

View File

@ -34,6 +34,7 @@
- Early load alerts button
- Preconnect dialog
- Preconnect warnings/failsafes like filesize
- Save filters per server context between sessions
## Changed

View File

@ -122,7 +122,6 @@ class ProxyModelManager:
# TODO: filter cache: return a dataclass object with clearly enumerated map, keyword, and filter values
# instead of just a serial list of strings
filters = self.filter_man.get_all_filters()
print(filters)
if skip_cache is False:
if filters in self.filter_cache: