Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
thx nil
  • Loading branch information
Green-Sky committed Oct 5, 2024
1 parent 9402ff6 commit 211ecd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream_manager_ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 211ecd1

Please sign in to comment.