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:
parent
0dde52a5cc
commit
fe60a48d7f
1 changed files with 0 additions and 5 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue