We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5086ebe commit d85332fCopy full SHA for d85332f
src/interface/fragment/SettingsFragment.cpp
@@ -242,7 +242,9 @@ void SettingsFragment::refreshAll()
242
243
ui->eq_alwaysdrawhandles->setChecked(AppConfig::instance().get<bool>(AppConfig::EqualizerShowHandles));
244
245
+ ui->blocklistInvert->blockSignals(true);
246
ui->blocklistInvert->setChecked(AppConfig::instance().get<bool>(AppConfig::AudioAppBlocklistInvert));
247
+ ui->blocklistInvert->blockSignals(false);
248
249
ui->crashShareAllow->setChecked(AppConfig::instance().get<bool>(AppConfig::SendCrashReports));
250
0 commit comments