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();