mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
Qt: format category maps. they were ugly af
This commit is contained in:
parent
50dd704f2b
commit
3ed98be6cd
4 changed files with 42 additions and 42 deletions
|
@ -777,7 +777,7 @@ void game_list_frame::ShowContextMenu(const QPoint &pos)
|
|||
//Disable options depending on software category
|
||||
QString category = qstr(currGame.category);
|
||||
|
||||
if (category == category::disc_Game)
|
||||
if (category == category::disc_game)
|
||||
{
|
||||
removeGame->setEnabled(false);
|
||||
}
|
||||
|
@ -789,7 +789,7 @@ void game_list_frame::ShowContextMenu(const QPoint &pos)
|
|||
openConfig->setEnabled(false);
|
||||
checkCompat->setEnabled(false);
|
||||
}
|
||||
else if (category != category::hdd_Game)
|
||||
else if (category != category::hdd_game)
|
||||
{
|
||||
checkCompat->setEnabled(false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue