fix: set default accent color in AppState to #fda7d7

This commit is contained in:
Vxrtrauter
2026-04-10 20:15:58 +02:00
parent 204ef0f233
commit 02bb77ea1e
+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 = []