mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-06 07:05:04 -06: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 (hours <= 0)
|
if (minutes <= 0)
|
||||||
{
|
{
|
||||||
if (seconds == 1)
|
if (seconds == 1)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user