mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
Qt: replace old grey config icons in gamegrid mode
This commit is contained in:
parent
400002e64c
commit
e7234fd4b2
4 changed files with 2 additions and 4 deletions
|
@ -1928,11 +1928,11 @@ QPixmap game_list_frame::PaintedPixmap(const QPixmap& icon, bool paint_config_ic
|
|||
}
|
||||
else if (paint_config_icon)
|
||||
{
|
||||
icon_path = ":/Icons/custom_config_2.png";
|
||||
icon_path = ":/Icons/custom_config.png";
|
||||
}
|
||||
else if (paint_pad_config_icon)
|
||||
{
|
||||
icon_path = ":/Icons/controllers_2.png";
|
||||
icon_path = ":/Icons/controllers.png";
|
||||
}
|
||||
|
||||
QPixmap custom_config_icon(icon_path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue