diff --git a/src/stream_manager_ui.cpp b/src/stream_manager_ui.cpp index 48166c25..fd7db40e 100644 --- a/src/stream_manager_ui.cpp +++ b/src/stream_manager_ui.cpp @@ -58,7 +58,7 @@ void StreamManagerUI::render(void) { if (_os.registry().all_of(oc)) { ImGui::TableSetBgColor(ImGuiTableBgTarget_RowBg1, ImGui::GetColorU32(ImVec4{0.6f, 0.f, 0.6f, 0.25f})); - } else if (_os.registry().all_of(oc)) { + } else if (_os.registry().all_of(oc)) { ImGui::TableSetBgColor(ImGuiTableBgTarget_RowBg1, ImGui::GetColorU32(ImVec4{0.6f, 0.6f, 0.f, 0.25f})); }