summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoritch <75189058+DLST316@users.noreply.github.com>2025-09-15 16:40:50 +0900
committerGitHub <noreply@github.com>2025-09-15 09:40:50 +0200
commit8016e77723b7de88a3900ad3f47efc73edc66fae (patch)
tree9a2f1ad6fa16ffa2fd44bb93457957f7b555e0f2
parentb77b2722b7f0190fc877d526d98200fe340771a0 (diff)
fix(qt): remove obsolete call to AA_EnableHighDpiScaling (#2283)
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index de157859..3c8ca1c0 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -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