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