Skip to content

Commit

Permalink
Remove hacky Steam Deck QtQuick overrides
Browse files Browse the repository at this point in the history
This doesn't really work at all, let's revert it for now.
  • Loading branch information
redstrate committed Aug 23, 2024
1 parent 0dde52a commit fe60a48
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions launcher/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fe60a48

Please sign in to comment.