fix: support high DPI screen

This commit is contained in:
Kevin Yue
2022-05-21 11:43:17 +08:00
parent c2f7576d10
commit b99c5a8391
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ int main(int argc, char *argv[])
}
if (hidpiSupport.isEmpty()) {
qputenv(QT_AUTO_SCREEN_SCALE_FACTOR, "true");
qputenv(QT_AUTO_SCREEN_SCALE_FACTOR, "1");
}
SingleApplication app(argc, argv);