mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
more icons
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user