diff --git a/launcher/src/main.cpp b/launcher/src/main.cpp index ccf0e3f..dadc7aa 100755 --- a/launcher/src/main.cpp +++ b/launcher/src/main.cpp @@ -35,11 +35,6 @@ int main(int argc, char *argv[]) KIconTheme::initTheme(); - if (Utility::isSteamDeck()) { - qputenv("QT_SCALE_FACTOR", "1.25"); - qputenv("QT_QUICK_CONTROLS_MOBILE", "1"); - } - const QGuiApplication app(argc, argv); const KDSingleApplication singleApplication;