escape icons so edit tool does not break them
This commit is contained in:
parent
de2be39a88
commit
3dc6111825
13 changed files with 22 additions and 22 deletions
|
|
@ -15,7 +15,7 @@ Row {
|
|||
readonly property bool muted: sink?.audio?.muted ?? false
|
||||
|
||||
M.BarIcon {
|
||||
icon: root.muted ? "" : (root.volume > 0.5 ? "" : (root.volume > 0 ? "" : ""))
|
||||
icon: root.muted ? "\uF026" : (root.volume > 0.5 ? "\uF028" : (root.volume > 0 ? "\uF027" : "\uF026"))
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
}
|
||||
M.BarLabel {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue