mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 06:38:46 +00:00
add newline
This commit is contained in:
parent
c45fe7da6e
commit
94e3c0797c
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ SettingsDialog::SettingsDialog(std::span<const QString> physical_devices, QWidge
|
||||||
auto checkUpdate = new CheckUpdate(true);
|
auto checkUpdate = new CheckUpdate(true);
|
||||||
checkUpdate->exec();
|
checkUpdate->exec();
|
||||||
});
|
});
|
||||||
|
|
||||||
connect(ui->playBGMCheckBox, &QCheckBox::stateChanged, this,
|
connect(ui->playBGMCheckBox, &QCheckBox::stateChanged, this,
|
||||||
[](int val) { Config::setPlayBGM(val); });
|
[](int val) { Config::setPlayBGM(val); });
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue