add tracker selection dropdown menu and impl functionality

This commit is contained in:
Vxrtrauter
2025-09-09 13:05:41 +02:00
parent 8033c56145
commit c1ee2b7c60
3 changed files with 15 additions and 15 deletions
-2
View File
@@ -1,6 +1,5 @@
from core.ui.gui import MainWindow
from core.ui.gui import state_debug
from core.ui.gui import choose_tracker
from PySide6 import QtWidgets
import qdarktheme
import darkdetect
@@ -10,7 +9,6 @@ debug = True
def run_gui():
state_debug(debug)
choose_tracker()
app = QtWidgets.QApplication([])
if darkdetect.isDark:
app.setStyleSheet(qdarktheme.load_stylesheet("dark"))