Fix some timestamps in GameList using wrong locale

This commit is contained in:
escape209 2025-05-10 14:11:05 +01:00 committed by Ty
parent a53fdfae82
commit 32e77a2bd3

View File

@ -2331,6 +2331,8 @@ int main(int argc, char* argv[])
{
CrashHandler::Install();
std::locale::global(std::locale(""));
QGuiApplication::setHighDpiScaleFactorRoundingPolicy(Qt::HighDpiScaleFactorRoundingPolicy::PassThrough);
QtHost::RegisterTypes();