more icons
This commit is contained in:
parent
6169f88d90
commit
6f1b88e76d
14 changed files with 24 additions and 20 deletions
|
|
@ -43,7 +43,7 @@ Item {
|
|||
|
||||
function getIcon() {
|
||||
if (AudioService.muted) {
|
||||
return FontService.icons["volume_off"] // TODO disabled icon ?
|
||||
return FontService.icons["volume_muted"]
|
||||
}
|
||||
return AudioService.volume
|
||||
<= Number.EPSILON ? FontService.icons["volume_off"] : (AudioService.volume
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue