1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 11:47:46 +00:00

Remove hacky Steam Deck QtQuick overrides

This doesn't really work at all, let's revert it for now.
This commit is contained in:
Joshua Goins 2024-08-22 21:46:24 -04:00
parent 0dde52a5cc
commit fe60a48d7f

View file

@ -35,11 +35,6 @@ int main(int argc, char *argv[])
KIconTheme::initTheme(); KIconTheme::initTheme();
if (Utility::isSteamDeck()) {
qputenv("QT_SCALE_FACTOR", "1.25");
qputenv("QT_QUICK_CONTROLS_MOBILE", "1");
}
const QGuiApplication app(argc, argv); const QGuiApplication app(argc, argv);
const KDSingleApplication singleApplication; const KDSingleApplication singleApplication;