kopia lustrzana https://github.com/AlexandreRouma/SDRPlusPlus
Added spdlog test button
rodzic
7ff8f3f7b9
commit
c846e0f400
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue