mirror of
https://github.com/ModOrganizer2/modorganizer.git
synced 2025-12-28 06:34:38 +00:00
fix(qt): remove obsolete call to AA_EnableHighDpiScaling (#2283)
This commit is contained in:
parent
b77b2722b7
commit
8016e77723
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user