Persist proxy settings in config manager

Proxy settings (main and geo-verification) are now loaded from and saved to the ConfigManager. The dialogs and main app have been updated to initialize and persist proxy values, and user feedback is improved for proxy changes and clearing.
This commit is contained in:
Your Name
2025-09-22 15:06:49 +03:00
parent d6fb926644
commit 16b50934ab
3 changed files with 56 additions and 11 deletions
+2
View File
@@ -74,6 +74,8 @@ class ConfigManager:
"speed_limit_unit_index": 0,
"cookie_file_path": None,
"last_used_cookie_file": None,
"proxy_url": None,
"geo_proxy_url": None,
"auto_update_ytdlp": True,
"auto_update_frequency": "daily",
"last_update_check": 0,