forked from Green-Sky/tomato
amends to prev commit (oops)
This commit is contained in:
parent
28be54ac97
commit
d8a58ee286
@ -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}));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user