update volume icons

This commit is contained in:
kossLAN 2025-11-03 18:00:43 -05:00
parent 468291c9ea
commit 83d7dc47c4
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
10 changed files with 34 additions and 77 deletions

View file

@ -12,7 +12,7 @@ Loader {
active: node != null
required property PwNode node
property string label: node.nickname ?? node.name
property string label: node.nickname === "" ? node.description : node.nickname
property Component leftWidget