mirror of
				https://github.com/AlexandreRouma/SDRPlusPlus.git
				synced 2025-10-31 17:08:13 +01:00 
			
		
		
		
	Added spdlog test button
This commit is contained in:
		| @@ -555,6 +555,10 @@ void drawWindow() { | ||||
|             ImGui::Checkbox("Experimental zoom", &experimentalZoom); | ||||
|             ImGui::Text("ImGui version: %s", ImGui::GetVersion()); | ||||
|  | ||||
|             if (ImGui::Button("Test Bug")) { | ||||
|                 spdlog::error("Will this make the software crash?"); | ||||
|             } | ||||
|  | ||||
|             ImGui::Spacing(); | ||||
|         } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user