mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 08:22:32 +00:00
Add default for per game config checkbox as well
This commit is contained in:
parent
f9c4ebddc8
commit
5e2cae4fb7
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user