mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 12:47:40 +01:00
Fixed text
This commit is contained in:
parent
e9cb7fda42
commit
96da404149
@ -518,7 +518,7 @@ void MainWindow::draw() {
|
|||||||
ImGui::Text("Center Frequency: %.0f Hz", gui::waterfall.getCenterFrequency());
|
ImGui::Text("Center Frequency: %.0f Hz", gui::waterfall.getCenterFrequency());
|
||||||
ImGui::Text("Source name: %s", sourceName.c_str());
|
ImGui::Text("Source name: %s", sourceName.c_str());
|
||||||
ImGui::Checkbox("Show demo window", &demoWindow);
|
ImGui::Checkbox("Show demo window", &demoWindow);
|
||||||
ImGui::Text("ImGui version: %s_feb_2022", ImGui::GetVersion());
|
ImGui::Text("ImGui version: %s", ImGui::GetVersion());
|
||||||
|
|
||||||
ImGui::Checkbox("Bypass buffering", &sigpath::signalPath.inputBuffer.bypass);
|
ImGui::Checkbox("Bypass buffering", &sigpath::signalPath.inputBuffer.bypass);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user