mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-04 22:49:50 -05:00
update volume icons
This commit is contained in:
parent
468291c9ea
commit
83d7dc47c4
10 changed files with 34 additions and 77 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue