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:
parent
c0f4fb6e35
commit
8c838698af
@ -24,7 +24,7 @@ QString Localized::GetVerboseTimeByMs(qint64 elapsed_ms) const
|
||||
|
||||
if (hours <= 0)
|
||||
{
|
||||
if (hours <= 0)
|
||||
if (minutes <= 0)
|
||||
{
|
||||
if (seconds == 1)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user