qml: use windowText for main label

This commit is contained in:
Vaxry 2024-10-16 15:54:31 +01:00
parent 14598c27ac
commit ce83054d0f
1 changed files with 1 additions and 0 deletions

View File

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