mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-10-31 08:58:13 +01:00 
			
		
		
		
	Fixed stereo checkbox in radio module
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user