Quellcode durchsuchen

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 vor 3 Jahren
Ursprung
Commit
48f41c67dc
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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);
 }
 
+* [themeID="previousIcon"] {
+    qproperty-icon: url(./Dark/media/media_previous.svg);
+}
+
 /* YouTube Integration */
 OBSYoutubeActions {
     qproperty-thumbPlaceholder: url(./Dark/sources/image.svg);