Fix UI and doc of Share local network

This commit is contained in:
Bruno Herbelin
2022-08-04 00:22:38 +02:00
parent 6712f1383e
commit f521ca1118
6 changed files with 2 additions and 6 deletions

View File

@@ -1105,10 +1105,6 @@ void ImGuiVisitor::visit (DeviceSource& s)
void ImGuiVisitor::visit (NetworkSource& s)
{
ImGuiToolkit::Icon(s.icon().x, s.icon().y);
ImGui::SameLine(0, IMGUI_SAME_LINE);
ImGui::Text("Shared stream");
ImGui::PushStyleColor(ImGuiCol_Text, ImVec4(IMGUI_COLOR_STREAM, 0.9f));
ImGui::Text("%s", s.connection().c_str());
ImGui::PopStyleColor(1);