mirror of
https://github.com/aclist/dztui.git
synced 2026-08-30 11:47:17 +02:00
Compare commits
2 Commits
1b344c1260
...
6274f62c93
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6274f62c93 | ||
|
|
24609a1c71 |
@ -34,6 +34,7 @@
|
||||
- Early load alerts button
|
||||
- Preconnect dialog
|
||||
- Preconnect warnings/failsafes like filesize
|
||||
- Save filters per server context between sessions
|
||||
|
||||
|
||||
## Changed
|
||||
|
||||
@ -34,6 +34,7 @@
|
||||
- Early load alerts button
|
||||
- Preconnect dialog
|
||||
- Preconnect warnings/failsafes like filesize
|
||||
- Save filters per server context between sessions
|
||||
|
||||
|
||||
## Changed
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user