mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-21 20:27:45 +00:00
Fix embarassing typo
This commit is contained in:
parent
a29da3628f
commit
8055a791d7
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ void SquareLauncher::getStored(const LoginInformation& info) {
|
|||
query.addQueryItem("isft", "0");
|
||||
query.addQueryItem("cssmode", "1");
|
||||
query.addQueryItem("isnew", "1");
|
||||
query.addQueryItem("issteam", info.useSteam ? "1" : "0");
|
||||
query.addQueryItem("issteam", info.settings->useSteam ? "1" : "0");
|
||||
|
||||
QUrl url("https://ffxiv-login.square-enix.com/oauth/ffxivarr/login/top");
|
||||
url.setQuery(query);
|
||||
|
|
Loading…
Add table
Reference in a new issue