fix tray status enum reference, fix volume panel polish loop

This commit is contained in:
Damocles 2026-04-12 18:09:43 +02:00
parent 5dcea32dc3
commit 421c19b509
2 changed files with 14 additions and 14 deletions

View file

@ -20,7 +20,7 @@ RowLayout {
id: iconItem
required property SystemTrayItem modelData
readonly property bool _needsAttention: modelData.status === SystemTrayItemStatus.NeedsAttention
readonly property bool _needsAttention: modelData.status === 2
property bool _hovered: false
property real _pulseOpacity: 1