mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 03:37:47 +00:00
Nevermind, try a scale factor of 1.25
This commit is contained in:
parent
7f1e1bcf51
commit
4d151b37a1
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