make watched filter nullable dropdown

This commit is contained in:
Simon
2025-08-11 19:55:27 +07:00
parent 59331b2b40
commit d8e5ee7e04
10 changed files with 42 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ class UserConfigType(TypedDict, total=False):
view_style_downloads: str
view_style_playlist: str
grid_items: int
hide_watched: bool
hide_watched: bool | None
file_size_unit: str
show_ignored_only: bool
show_subed_only: bool