mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-20 22:59:59 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user