mirror of
https://github.com/86Box/86Box.git
synced 2026-03-03 03:08:23 -07:00
Manager: Implement defaults for manager config
Enable update checker by default
This commit is contained in:
@@ -59,7 +59,6 @@ VMManagerPreferences::
|
||||
}
|
||||
ui->comboBoxLanguage->model()->sort(Qt::AscendingOrder);
|
||||
|
||||
// TODO: Defaults
|
||||
#if EMU_BUILD_NUM != 0
|
||||
const auto configUpdateCheck = config->getStringValue("update_check").toInt();
|
||||
ui->updateCheckBox->setChecked(configUpdateCheck);
|
||||
|
||||
Reference in New Issue
Block a user