Qt: format category maps. they were ugly af

This commit is contained in:
Megamouse 2018-06-22 10:42:35 +02:00
parent 50dd704f2b
commit 3ed98be6cd
4 changed files with 42 additions and 42 deletions

View file

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