mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 12:47:40 +01:00
Fixed stereo checkbox in radio module
This commit is contained in:
parent
03a2f41c04
commit
ffed602246
@ -200,7 +200,7 @@ public:
|
||||
_config->release(true);
|
||||
}
|
||||
|
||||
if (ImGui::Checkbox("Stereo##radio_wfm_demod", &stereo)) {
|
||||
if (ImGui::Checkbox(("Stereo##_radio_wfm_stereo_" + uiPrefix).c_str(), &stereo)) {
|
||||
setStereo(stereo);
|
||||
_config->acquire();
|
||||
_config->conf[uiPrefix]["WFM"]["stereo"] = stereo;
|
||||
|
Loading…
Reference in New Issue
Block a user