From fe60a48d7f4ae4848e2436e35357f1155265968d Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 22 Aug 2024 21:46:24 -0400 Subject: [PATCH] Remove hacky Steam Deck QtQuick overrides This doesn't really work at all, let's revert it for now. --- launcher/src/main.cpp | 5 ----- 1 file changed, 5 deletions(-) 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;