feat: add seeders and leechers column in search results

This commit is contained in:
2026-02-07 03:29:52 +01:00
parent c2b329aed4
commit 8e5e0425ef
4 changed files with 13 additions and 5 deletions
+2
View File
@@ -11,6 +11,8 @@ class AppState(QObject):
self.post_titles: List[str] = []
self.post_urls: List[str] = []
self.post_author: List[str] = []
self.post_seeders: List[str] = []
self.post_leechers: List[str] = []
self.version: str = "dev"
self._image_path: str = ""
self.ignore_updates: bool = False