Update application.cpp

pull/39/head
Reion Wong 4 years ago committed by GitHub
parent 3c3859bf55
commit a8035754d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -183,7 +183,7 @@ void Application::initEnvironments()
qputenv("QT_PLATFORM_PLUGIN", "cutefish");
// ref: https://stackoverflow.com/questions/34399993/qml-performance-issue-when-updating-an-item-in-presence-of-many-non-overlapping
qputenv("QT_QPA_UPDATE_IDLE_TIME", 10);
qputenv("QT_QPA_UPDATE_IDLE_TIME", "10");
qputenv("QT_AUTO_SCREEN_SCALE_FACTOR", "0");

Loading…
Cancel
Save