mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-17 09:08:39 +00:00
add newline
This commit is contained in:
@@ -134,6 +134,7 @@ SettingsDialog::SettingsDialog(std::span<const QString> physical_devices, QWidge
|
||||
auto checkUpdate = new CheckUpdate(true);
|
||||
checkUpdate->exec();
|
||||
});
|
||||
|
||||
connect(ui->playBGMCheckBox, &QCheckBox::stateChanged, this,
|
||||
[](int val) { Config::setPlayBGM(val); });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user