thx nil
This commit is contained in:
Green Sky 2024-10-05 17:50:02 +02:00
parent 9402ff666f
commit 211ecd1aa1
No known key found for this signature in database

View File

@ -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();