mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
Keybord on README / Fix Play Time (#1786)
* Keybord on README F10_F11_F12 * Update game_list_frame.cpp
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user