mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 09:48:37 +12:00
stylesheets: UI_Colors hotfix
This commit is contained in:
parent
33d3303bdf
commit
a822d990d2
3 changed files with 39 additions and 15 deletions
|
@ -853,11 +853,11 @@ void game_list_frame::RepaintToolBarIcons()
|
|||
|
||||
if (xgui_settings->GetValue(GUI::m_enableUIColors).toBool())
|
||||
{
|
||||
newColor = GUI::get_Label_Color("gamelist_toolbar_icon_color");
|
||||
newColor = xgui_settings->GetValue(GUI::gl_toolIconColor).value<QColor>();
|
||||
}
|
||||
else
|
||||
{
|
||||
newColor = xgui_settings->GetValue(GUI::gl_toolIconColor).value<QColor>();
|
||||
newColor = GUI::get_Label_Color("gamelist_toolbar_icon_color");
|
||||
}
|
||||
|
||||
m_catActHDD.colored = gui_settings::colorizedIcon(QIcon(":/Icons/hdd_blue.png"), GUI::gl_tool_icon_color, newColor, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue