Update launcher/ui/pages/global/APIPage.cpp

Co-authored-by: TheKodeToad <TheKodeToad@proton.me>
Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
This commit is contained in:
Alexandru Ionut Tripon 2024-09-14 00:19:48 +03:00 committed by GitHub
parent 1db122f1a2
commit e59f90eca8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -173,7 +173,7 @@ void APIPage::applySettings()
QString modrinthToken = ui->modrinthToken->text();
s->set("ModrinthToken", modrinthToken);
s->set("UserAgentOverride", ui->userAgentLineEdit->text());
s->set("TechincClientID", ui->technicClientID->text());
s->set("TechnicClientID", ui->technicClientID->text());
}
bool APIPage::apply()