mirror of
https://github.com/aclist/dztui.git
synced 2026-08-30 11:47:17 +02:00
Compare commits
No commits in common. "6274f62c93918fc7b31a869c510f553d7ac0fb41" and "1b344c12604874193539f38edb8db1c2cfdd0c45" have entirely different histories.
6274f62c93
...
1b344c1260
@ -34,7 +34,6 @@
|
|||||||
- Early load alerts button
|
- Early load alerts button
|
||||||
- Preconnect dialog
|
- Preconnect dialog
|
||||||
- Preconnect warnings/failsafes like filesize
|
- Preconnect warnings/failsafes like filesize
|
||||||
- Save filters per server context between sessions
|
|
||||||
|
|
||||||
|
|
||||||
## Changed
|
## Changed
|
||||||
|
|||||||
@ -34,7 +34,6 @@
|
|||||||
- Early load alerts button
|
- Early load alerts button
|
||||||
- Preconnect dialog
|
- Preconnect dialog
|
||||||
- Preconnect warnings/failsafes like filesize
|
- Preconnect warnings/failsafes like filesize
|
||||||
- Save filters per server context between sessions
|
|
||||||
|
|
||||||
|
|
||||||
## Changed
|
## Changed
|
||||||
|
|||||||
@ -122,6 +122,7 @@ class ProxyModelManager:
|
|||||||
# TODO: filter cache: return a dataclass object with clearly enumerated map, keyword, and filter values
|
# TODO: filter cache: return a dataclass object with clearly enumerated map, keyword, and filter values
|
||||||
# instead of just a serial list of strings
|
# instead of just a serial list of strings
|
||||||
filters = self.filter_man.get_all_filters()
|
filters = self.filter_man.get_all_filters()
|
||||||
|
print(filters)
|
||||||
|
|
||||||
if skip_cache is False:
|
if skip_cache is False:
|
||||||
if filters in self.filter_cache:
|
if filters in self.filter_cache:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user