mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Qt: add trophy count column to trophy manager game list
This commit is contained in:
parent
23316d4e1e
commit
099ec16403
5 changed files with 9 additions and 4 deletions
|
|
@ -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 "";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue