diff options
| author | itch <75189058+DLST316@users.noreply.github.com> | 2025-09-15 16:40:50 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-15 09:40:50 +0200 |
| commit | 8016e77723b7de88a3900ad3f47efc73edc66fae (patch) | |
| tree | 9a2f1ad6fa16ffa2fd44bb93457957f7b555e0f2 | |
| parent | b77b2722b7f0190fc877d526d98200fe340771a0 (diff) | |
fix(qt): remove obsolete call to AA_EnableHighDpiScaling (#2283)
| -rw-r--r-- | src/main.cpp | 1 |
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 |
