mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-26 12:04:47 +00:00
fixup
This commit is contained in:
parent
a7ef31b64d
commit
ad284ae983
@ -240,7 +240,7 @@ SettingsDialog::SettingsDialog(std::shared_ptr<gui_settings> gui_settings,
|
||||
connect(ui->showBackgroundImageCheckBox, &QCheckBox::stateChanged, this, [this](int state) {
|
||||
#else
|
||||
connect(ui->showBackgroundImageCheckBox, &QCheckBox::checkStateChanged, this,
|
||||
[](Qt::CheckState state) {
|
||||
[this](Qt::CheckState state) {
|
||||
#endif
|
||||
m_gui_settings->SetValue(gui::gl_showBackgroundImage, state == Qt::Checked);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user