Improve UX List of New source type to insert

New icons for inserted source panel. Merged loopback into connected list. Removed 'internal' new source.
This commit is contained in:
Bruno Herbelin
2023-08-12 20:47:26 +02:00
parent 2a4be39c9a
commit 09dbc5c84e
7 changed files with 31 additions and 62 deletions

View File

@@ -923,7 +923,7 @@ void ImGuiVisitor::visit (RenderSource& s)
}
// icon to open output view
ImGui::SetCursorPos(top);
if (ImGuiToolkit::IconButton(ICON_FA_LAPTOP, "Show Output"))
if (ImGuiToolkit::IconButton(ICON_FA_LAPTOP, "Open Display"))
Settings::application.widget.preview = true;
}
else