qml: use windowText for main label

This commit is contained in:
Vaxry 2024-10-16 15:54:31 +01:00
parent 14598c27ac
commit ce83054d0f

View file

@ -54,6 +54,7 @@ ApplicationWindow {
}
Label {
color: system.windowText
text: hpa.getMessage()
}