fix volume mute
This commit is contained in:
parent
4c2daa98e2
commit
a74ab45897
1 changed files with 3 additions and 3 deletions
|
@ -239,9 +239,9 @@
|
|||
// "scroll-step": 1, // %, can be a float
|
||||
"format": "{icon} {volume}%",
|
||||
"format-bluetooth": "{volume}% {icon} {format_source}",
|
||||
"format-bluetooth-muted": " {icon} {format_source}",
|
||||
"format-muted": " {format_source}",
|
||||
"format-source": "{volume}% ",
|
||||
"format-bluetooth-muted": " {icon} {format_source}",
|
||||
"format-muted": "",
|
||||
"format-source": "",
|
||||
"format-source-muted": "",
|
||||
"format-icons": {
|
||||
"headphone": "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue