Skip to content

Commit 0fc4eb8

Browse files
tytan652GeorgesStavracas
authored andcommitted
UI: Restore MuteCheckBox indeterminate state icon in Yami
1 parent fad6f43 commit 0fc4eb8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UI/data/themes/Yami.obt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1513,6 +1513,10 @@ MuteCheckBox::indicator:checked {
15131513
image: url(theme:Dark/mute.svg);
15141514
}
15151515

1516+
MuteCheckBox::indicator:indeterminate {
1517+
image: url(theme:Dark/unassigned.svg);
1518+
}
1519+
15161520
MuteCheckBox::indicator:unchecked {
15171521
image: url(theme:Dark/settings/audio.svg);
15181522
}

0 commit comments

Comments
 (0)