Skip to content

Commit d85332f

Browse files
committed
Disable accidental event trigger (fixes #30)
1 parent 5086ebe commit d85332f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/interface/fragment/SettingsFragment.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,9 @@ void SettingsFragment::refreshAll()
242242

243243
ui->eq_alwaysdrawhandles->setChecked(AppConfig::instance().get<bool>(AppConfig::EqualizerShowHandles));
244244

245+
ui->blocklistInvert->blockSignals(true);
245246
ui->blocklistInvert->setChecked(AppConfig::instance().get<bool>(AppConfig::AudioAppBlocklistInvert));
247+
ui->blocklistInvert->blockSignals(false);
246248

247249
ui->crashShareAllow->setChecked(AppConfig::instance().get<bool>(AppConfig::SendCrashReports));
248250

0 commit comments

Comments
 (0)