Procházet zdrojové kódy

UI: Add missing previousIcon in Rachni theme

The previous icon for the media icons set in the Rachni theme is missing
in the theme's .qss file.
Monsteer před 3 roky
rodič
revize
48f41c67dc
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      UI/data/themes/Rachni.qss

+ 4 - 0
UI/data/themes/Rachni.qss

@@ -1464,6 +1464,10 @@ QPushButton#sourceFiltersButton {
     qproperty-icon: url(./Dark/media/media_next.svg);
     qproperty-icon: url(./Dark/media/media_next.svg);
 }
 }
 
 
+* [themeID="previousIcon"] {
+    qproperty-icon: url(./Dark/media/media_previous.svg);
+}
+
 /* YouTube Integration */
 /* YouTube Integration */
 OBSYoutubeActions {
 OBSYoutubeActions {
     qproperty-thumbPlaceholder: url(./Dark/sources/image.svg);
     qproperty-thumbPlaceholder: url(./Dark/sources/image.svg);