Update launcher/minecraft/MinecraftInstance.cpp
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> Signed-off-by: Japa <japa4551@protonmail.com>
This commit is contained in:
		@@ -927,7 +927,7 @@ QString MinecraftInstance::getStatusbarDescription()
 | 
				
			|||||||
        if (lastTimePlayed() > 0) {
 | 
					        if (lastTimePlayed() > 0) {
 | 
				
			||||||
            QDateTime lastLaunchTime = QDateTime::fromMSecsSinceEpoch(lastLaunch());
 | 
					            QDateTime lastLaunchTime = QDateTime::fromMSecsSinceEpoch(lastLaunch());
 | 
				
			||||||
            description.append(tr(", last played at %1 for %2")
 | 
					            description.append(tr(", last played at %1 for %2")
 | 
				
			||||||
                                   .arg(QLocale::system().toString(lastLaunchTime, QLocale::ShortFormat))
 | 
					                                   .arg(QLocale().toString(lastLaunchTime, QLocale::ShortFormat))
 | 
				
			||||||
                                   .arg(Time::prettifyDuration(lastTimePlayed())));
 | 
					                                   .arg(Time::prettifyDuration(lastTimePlayed())));
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user