mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-10-31 17:08:13 +01:00 
			
		
		
		
	Fixed crash when starting with no source 2
This commit is contained in:
		| @@ -267,7 +267,7 @@ void drawWindow() { | ||||
|         } | ||||
|     } | ||||
|     else { | ||||
|         if (ImGui::ImageButton(icons::PLAY_RAW, ImVec2(30, 30))) { | ||||
|         if (ImGui::ImageButton(icons::PLAY_RAW, ImVec2(30, 30)) && soapy.devList.size() > 0) { | ||||
|             soapy.start(); | ||||
|             soapy.setFrequency(wtf.getCenterFrequency()); | ||||
|             playing = true; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user