mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-06 13:26:58 +03:00
save meta custom url as string, not QUrl
Signed-off-by: Tayou <tayou@gmx.net>
This commit is contained in:
parent
3a068970f9
commit
e884341795
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