Add default for per game config checkbox as well

This commit is contained in:
rainmakerv2 2025-02-16 05:44:44 +08:00
parent f9c4ebddc8
commit 5e2cae4fb7

View File

@ -311,6 +311,7 @@ void ControlSettings::SetDefault() {
ui->GSlider->setValue(0); ui->GSlider->setValue(0);
ui->BSlider->setValue(255); ui->BSlider->setValue(255);
ui->LightbarCheckBox->setChecked(false); ui->LightbarCheckBox->setChecked(false);
ui->PerGameCheckBox->setChecked(false);
} }
void ControlSettings::AddBoxItems() { void ControlSettings::AddBoxItems() {