mirror of
https://github.com/redstrate/Astra.git
synced 2025-06-08 15:07:45 +00:00
Nevermind, try a scale factor of 1.25
(cherry picked from commit 4d151b37a1
)
This commit is contained in:
parent
b6f04db01b
commit
801cf12765
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ int main(int argc, char *argv[])
|
|||
QtWebView::initialize();
|
||||
|
||||
if (qEnvironmentVariable("SteamDeck") == QStringLiteral("1")) {
|
||||
qputenv("QT_SCALE_FACTOR", "2");
|
||||
qputenv("QT_SCALE_FACTOR", "1.25");
|
||||
qputenv("QT_QUICK_CONTROLS_MOBILE", "1");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue