From d8a58ee28616636f54b3276bd9f7dc6d3fa26694 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Mon, 30 Sep 2024 00:08:56 +0200 Subject: [PATCH] amends to prev commit (oops) --- src/stream_manager_ui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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})); }