mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-22 04:37:46 +00:00
Don't lock some Steam Deck options behind --steam
It's possible to add Astra a non-Steam game shortcut, so now it should enable the org.kde.breeze and some other stuff in that case.
This commit is contained in:
parent
dfe0803d76
commit
d3478b6133
1 changed files with 3 additions and 3 deletions
|
@ -128,10 +128,10 @@ int main(int argc, char *argv[])
|
|||
if (!args.empty() && !args.join(QLatin1Char(';')).contains("ffxivboot.exe"_L1)) {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
if (qEnvironmentVariable("SteamDeck") == QStringLiteral("1")) {
|
||||
isSteamDeck = true;
|
||||
}
|
||||
if (qEnvironmentVariable("SteamDeck") == QStringLiteral("1")) {
|
||||
isSteamDeck = true;
|
||||
}
|
||||
|
||||
#if defined(Q_OS_LINUX)
|
||||
|
|
Loading…
Add table
Reference in a new issue