From 6f09c4293d8dece1984032f9b5fc0dae8d334468 Mon Sep 17 00:00:00 2001 From: reionwong Date: Wed, 2 Sep 2026 12:24:50 -0400 Subject: [PATCH] refactor(filemanager): drop no-op Qt5 high DPI attributes --- main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.cpp b/main.cpp index 17b43b6..ac53a11 100644 --- a/main.cpp +++ b/main.cpp @@ -22,9 +22,6 @@ int main(int argc, char *argv[]) { - QCoreApplication::setAttribute(Qt::AA_UseHighDpiPixmaps, true); - QCoreApplication::setAttribute(Qt::AA_EnableHighDpiScaling, true); - // Same registration the desktop plugin performs, so both hosts of the // shared QML see exactly the same types. CutefishFM::registerQmlTypes();