1
0
Эх сурвалжийг харах

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 3 жил өмнө
parent
commit
48f41c67dc

+ 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);