Refactor persistent settings (remove duplicates)

Change notification popup fallback color
This commit is contained in:
ly-sec 2025-07-12 11:12:59 +02:00
parent 1cb30757de
commit ac456fa9a3
2 changed files with 6 additions and 8 deletions

View file

@ -157,7 +157,7 @@ PanelWindow {
text: model.appName ? model.appName.charAt(0).toUpperCase() : "?"
font.pixelSize: 18
font.bold: true
color: Theme.textPrimary
color: Theme.backgroundPrimary
}
}