fix tray status enum reference, fix volume panel polish loop
This commit is contained in:
parent
5dcea32dc3
commit
421c19b509
2 changed files with 14 additions and 14 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue