mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 11:47:46 +00:00
Set resetconfig to 0
This commit is contained in:
parent
b747f99131
commit
c6899c42fe
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ QString GameRunner::getGameArgs(const Profile &profile, const LoginAuth &auth)
|
||||||
gameArgs.push_back({QStringLiteral("language"), QString::number(profile.account()->language())});
|
gameArgs.push_back({QStringLiteral("language"), QString::number(profile.account()->language())});
|
||||||
gameArgs.push_back({QStringLiteral("ver"), profile.baseGameVersion()});
|
gameArgs.push_back({QStringLiteral("ver"), profile.baseGameVersion()});
|
||||||
gameArgs.push_back({QStringLiteral("UserPath"), Utility::toWindowsPath(profile.account()->getConfigDir().absolutePath())});
|
gameArgs.push_back({QStringLiteral("UserPath"), Utility::toWindowsPath(profile.account()->getConfigDir().absolutePath())});
|
||||||
|
gameArgs.push_back({QStringLiteral("resetconfig"), QStringLiteral("0")});
|
||||||
|
|
||||||
// FIXME: this should belong somewhere else...
|
// FIXME: this should belong somewhere else...
|
||||||
Utility::createPathIfNeeded(profile.account()->getConfigDir().absolutePath());
|
Utility::createPathIfNeeded(profile.account()->getConfigDir().absolutePath());
|
||||||
|
|
Loading…
Add table
Reference in a new issue