refactor: standardize version key in build_info.json and enhance download selection logic in download.py

feat: add SVG icons for play, pause, and folder actions in gui.py; implement status bar for download speed display
fix: remove unnecessary newline in libtorrent_misc.py and streamline update checker logic in update_checker.py
This commit is contained in:
Vxrtrauter
2026-03-07 20:41:03 +01:00
parent 4d1a639651
commit fbc2225878
5 changed files with 254 additions and 26 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"Version": "dev"
"version": "dev"
}