Fix some timestamps in GameList using wrong locale

This commit is contained in:
escape209 2025-05-10 14:11:05 +01:00
parent f34db72a97
commit 9d01de979e
1 changed files with 2 additions and 0 deletions

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();