Compare commits

...

1 Commits

Author SHA1 Message Date
Vxrtrauter 02bb77ea1e fix: set default accent color in AppState to #fda7d7 2026-04-10 20:15:58 +02:00
+1 -1
View File
@@ -25,7 +25,7 @@ class AppState(QObject):
# GUI
self.window_transparency: bool = False
self.accent_color: str = ""
self.accent_color: str = "#fda7d7"
self.trackertable: QTableWidget
self.interfaces: List = []
self.active_interfaces: List = []