mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
Qt: fix time played
This commit is contained in:
parent
c0f4fb6e35
commit
8c838698af
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ QString Localized::GetVerboseTimeByMs(qint64 elapsed_ms) const
|
|||
|
||||
if (hours <= 0)
|
||||
{
|
||||
if (hours <= 0)
|
||||
if (minutes <= 0)
|
||||
{
|
||||
if (seconds == 1)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue