fix: hide seeders and leechers in uztracker and m0nkrus tab

This commit is contained in:
2026-02-28 02:37:35 +01:00
parent 0a3b5eeee2
commit 8abe92fc4f
3 changed files with 65 additions and 48 deletions
+2
View File
@@ -1,4 +1,5 @@
from PySide6.QtCore import QObject, Signal
from PySide6.QtWidgets import QTableWidget
from typing import Optional, Any, List, Dict
from pathlib import Path
@@ -19,6 +20,7 @@ class AppState(QObject):
self.debug: bool = False
self.autoresume: bool = True
self.tracker: str = "rutracker"
self.tracker_list: dict[str, QTableWidget] = {}
self.api_url: str = "https://api.michijackson.xyz"
self.download_path: str = str(Path.home() / "Downloads")
self.up_speed_limit: int = 0