mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 08:22:32 +00:00
remove the seconds
removes the seconds from the screen, but in the play_time.txt file it continues to record the seconds for better accuracy, and the screen is cleaner
This commit is contained in:
parent
af1e6114eb
commit
1c1532e9e0
@ -119,9 +119,6 @@ void GameListFrame::PopulateGameList() {
|
|||||||
if (minutes > 0) {
|
if (minutes > 0) {
|
||||||
formattedPlayTime += QString("%1m ").arg(minutes);
|
formattedPlayTime += QString("%1m ").arg(minutes);
|
||||||
}
|
}
|
||||||
if (seconds > 0 || formattedPlayTime.isEmpty()) {
|
|
||||||
formattedPlayTime += QString("%1s").arg(seconds);
|
|
||||||
}
|
|
||||||
|
|
||||||
formattedPlayTime = formattedPlayTime.trimmed();
|
formattedPlayTime = formattedPlayTime.trimmed();
|
||||||
m_game_info->m_games[i].play_time = playTime.toStdString();
|
m_game_info->m_games[i].play_time = playTime.toStdString();
|
||||||
|
Loading…
Reference in New Issue
Block a user