MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / onDarkModeToggled

Method onDarkModeToggled

src/subprojects/AutoEqIntegration/AeqSelector.cpp:207–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void AeqSelector::onDarkModeToggled(int state)
208{
209 AppConfig::instance().set(AppConfig::AeqPlotDarkMode, (bool)state);
210 // Reload plot
211 onSelectionChanged(ui->list->selectionModel()->selection(), QItemSelection());
212}
213
214QString AeqSelector::selection(DataFormat format, bool silent)
215{

Callers

nothing calls this directly

Calls 2

selectionMethod · 0.80
setMethod · 0.45

Tested by

no test coverage detected