Icons: 99% done
This commit is contained in:
parent
1f8c55d581
commit
bacd65b274
19 changed files with 51 additions and 90 deletions
|
|
@ -45,9 +45,7 @@ Item {
|
|||
if (AudioService.muted) {
|
||||
return "volume-mute"
|
||||
}
|
||||
return AudioService.volume
|
||||
<= Number.EPSILON ? "volume-off" : (AudioService.volume
|
||||
< 0.5 ? "volume-down" : "volume-up")
|
||||
return AudioService.volume <= Number.EPSILON ? "volume-off" : (AudioService.volume < 0.5 ? "volume-down" : "volume-up")
|
||||
}
|
||||
|
||||
// Connection used to open the pill when volume changes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue