mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
Update game_list_frame.cpp
This commit is contained in:
parent
0b9d831ffc
commit
32f2afc4c6
@ -123,7 +123,7 @@ void GameListFrame::PopulateGameList() {
|
||||
formattedPlayTime = formattedPlayTime.trimmed();
|
||||
m_game_info->m_games[i].play_time = playTime.toStdString();
|
||||
if (formattedPlayTime.isEmpty()) {
|
||||
SetTableItem(i, 7, "0");
|
||||
SetTableItem(i, 7, QString("%1s").arg(seconds));
|
||||
} else {
|
||||
SetTableItem(i, 7, formattedPlayTime);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user