pull/649/head
AlexandreRouma 2022-02-13 17:41:29 +01:00
rodzic e9cb7fda42
commit 96da404149
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -518,7 +518,7 @@ void MainWindow::draw() {
ImGui::Text("Center Frequency: %.0f Hz", gui::waterfall.getCenterFrequency());
ImGui::Text("Source name: %s", sourceName.c_str());
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);