fix(qt): remove obsolete call to AA_EnableHighDpiScaling (#2283)
Some checks failed
Build ModOrganizer 2 / build (push) Has been cancelled
Lint ModOrganizer 2 / lint (push) Has been cancelled

This commit is contained in:
itch 2025-09-15 16:40:50 +09:00 committed by GitHub
parent b77b2722b7
commit 8016e77723
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,6 @@ int run(int argc, char* argv[])
// must be after logging
TimeThis tt("main() multiprocess");
QApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
MOApplication app(argc, argv);
// check if the command line wants to run something right now