improved power menu

This commit is contained in:
2025-11-28 14:08:53 +01:00
parent 35f5e9d9fb
commit eed62014cc
2 changed files with 23 additions and 5 deletions

View File

@@ -9,8 +9,8 @@ Rectangle {
property string icon: "?"
color: active
? "#5b6078" // Hover/focus color
: "#494d64" // Normal color
? "#5b6078"
: "#494d64"
radius: 12
Text {