mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 03:37:47 +00:00
Revert "Test to try initializing Steam API"
This reverts commit 8d246bc8e1
.
This commit is contained in:
parent
8d246bc8e1
commit
bb1eb8ea4c
1 changed files with 2 additions and 2 deletions
|
@ -149,7 +149,7 @@ QString GameRunner::getGameArgs(const Profile &profile, const LoginAuth &auth)
|
|||
}
|
||||
}
|
||||
|
||||
if (m_launcher.isSteamDeck() || profile.account()->license() == Account::GameLicense::WindowsSteam) {
|
||||
if (profile.account()->license() == Account::GameLicense::WindowsSteam) {
|
||||
gameArgs.push_back({QStringLiteral("IsSteam"), QString::number(1)});
|
||||
}
|
||||
|
||||
|
@ -256,7 +256,7 @@ void GameRunner::launchExecutable(const Profile &profile, QProcess *process, con
|
|||
arguments.push_back(profile.winePath());
|
||||
#endif
|
||||
|
||||
if (m_launcher.isSteamDeck() || profile.account()->license() == Account::GameLicense::WindowsSteam) {
|
||||
if (profile.account()->license() == Account::GameLicense::WindowsSteam) {
|
||||
env.insert(QStringLiteral("IS_FFXIV_LAUNCH_FROM_STEAM"), QStringLiteral("1"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue