Browse Source

UI: Add missing refresh icon to acri qss file

jp9000 5 years ago
parent
commit
66863269e8
1 changed files with 4 additions and 0 deletions
  1. 4 0
      UI/data/themes/Acri.qss

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

@@ -345,6 +345,10 @@ QToolButton:pressed {
 	qproperty-icon: url(./Dark/settings/general.svg);
 }
 
+* [themeID="refreshIconSmall"] {
+    qproperty-icon: url(./Dark/refresh.svg);
+}
+
 * [themeID="upArrowIconSmall"] {
 	qproperty-icon: url(./Dark/up.svg);
 }