Forráskód Böngészése

UI: Restore MuteCheckBox indeterminate state icon in Yami

tytan652 1 éve
szülő
commit
0fc4eb8c96
1 módosított fájl, 4 hozzáadás és 0 törlés
  1. 4 0
      UI/data/themes/Yami.obt

+ 4 - 0
UI/data/themes/Yami.obt

@@ -1513,6 +1513,10 @@ MuteCheckBox::indicator:checked {
     image: url(theme:Dark/mute.svg);
 }
 
+MuteCheckBox::indicator:indeterminate {
+    image: url(theme:Dark/unassigned.svg);
+}
+
 MuteCheckBox::indicator:unchecked {
     image: url(theme:Dark/settings/audio.svg);
 }