refactor(test): fix loading mod metadata setting
This commit is contained in:
parent
e843b8e188
commit
8856c8cd62
14 changed files with 28 additions and 25 deletions
|
@ -450,7 +450,7 @@ void LauncherPage::loadSettings()
|
|||
}
|
||||
|
||||
// Mods
|
||||
ui->metadataDisableBtn->setChecked(s->get("DontUseModMetadata").toBool());
|
||||
ui->metadataDisableBtn->setChecked(s->get("ModMetadataDisabled").toBool());
|
||||
ui->metadataWarningLabel->setHidden(!ui->metadataDisableBtn->isChecked());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue