1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-25 20:22:30 +01:00

Qt: fix time played

This commit is contained in:
Megamouse 2020-04-08 17:47:35 +02:00 committed by Ivan
parent c0f4fb6e35
commit 8c838698af

View File

@ -24,7 +24,7 @@ QString Localized::GetVerboseTimeByMs(qint64 elapsed_ms) const
if (hours <= 0)
{
if (hours <= 0)
if (minutes <= 0)
{
if (seconds == 1)
{