UI: Add missing refresh icon to acri qss file

master
jp9000 2020-08-08 10:03:20 -07:00
parent a9c65aeabf
commit 66863269e8
1 changed files with 4 additions and 0 deletions

View File

@ -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);
}