mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 03:16:58 +03:00
fix: save meta custom url as string, not QUrl (#1114)
This commit is contained in:
commit
f3a7de6b76
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ void APIPage::applySettings()
|
|||
metaURL.setScheme("https");
|
||||
}
|
||||
|
||||
s->set("MetaURLOverride", metaURL);
|
||||
s->set("MetaURLOverride", metaURL.toString());
|
||||
QString flameKey = ui->flameKey->text();
|
||||
s->set("FlameKeyOverride", flameKey);
|
||||
QString modrinthToken = ui->modrinthToken->text();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue