Skip to content

Commit

Permalink
amends to prev commit (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
Green-Sky committed Sep 29, 2024
1 parent 28be54a commit d8a58ee
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 @@ -58,7 +58,7 @@ void StreamManagerUI::render(void) {

if (_os.registry().all_of<Components::TagDefaultTarget>(oc)) {
ImGui::TableSetBgColor(ImGuiTableBgTarget_RowBg1, ImGui::GetColorU32(ImVec4{0.6f, 0.f, 0.6f, 0.25f}));
} else if (_os.registry().all_of<Components::TagDefaultTarget>(oc)) {
} else if (_os.registry().all_of<Components::TagConnectToDefault>(oc)) {
ImGui::TableSetBgColor(ImGuiTableBgTarget_RowBg1, ImGui::GetColorU32(ImVec4{0.6f, 0.6f, 0.f, 0.25f}));
}

Expand Down

0 comments on commit d8a58ee

Please sign in to comment.