Qt: add trophy count column to trophy manager game list

This commit is contained in:
Megamouse 2023-11-24 23:19:37 +01:00
parent 23316d4e1e
commit 099ec16403
5 changed files with 9 additions and 4 deletions

View file

@ -95,6 +95,8 @@ namespace gui
return "trophy_game_column_name";
case trophy_game_list_columns::progress:
return "trophy_game_column_progress";
case trophy_game_list_columns::trophies:
return "trophy_game_column_trophies";
case trophy_game_list_columns::count:
return "";
}