mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-01 06:10:07 +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 a new issue