add newline

This commit is contained in:
tGecko 2024-09-25 17:27:14 +02:00
parent c45fe7da6e
commit 94e3c0797c

View file

@ -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); });
}