diff --git a/src/stream_manager_ui.cpp b/src/stream_manager_ui.cpp index fd7db40e..9ff55c2a 100644 --- a/src/stream_manager_ui.cpp +++ b/src/stream_manager_ui.cpp @@ -17,7 +17,7 @@ void StreamManagerUI::render(void) { // TODO: drop all menu sep? //ImGui::Separator(); // os already exists (very hacky) if (ImGui::BeginMenu("ObjectStore")) { - if (ImGui::MenuItem("Stream Manger", nullptr, _show_window)) { + if (ImGui::MenuItem("Stream Manager", nullptr, _show_window)) { _show_window = !_show_window; } ImGui::EndMenu();