mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-15 12:20:01 +01:00
Change terminology sub-session
This commit is contained in:
@@ -518,7 +518,7 @@ void ImGuiVisitor::visit (SessionGroupSource& s)
|
|||||||
|
|
||||||
ImGuiToolkit::Icon(s.icon().x, s.icon().y);
|
ImGuiToolkit::Icon(s.icon().x, s.icon().y);
|
||||||
ImGui::SameLine(0, 10);
|
ImGui::SameLine(0, 10);
|
||||||
ImGui::Text("Flat Session");
|
ImGui::Text("Sub-Session");
|
||||||
|
|
||||||
if ( ImGui::Button( ICON_FA_UPLOAD " Expand sources", ImVec2(IMGUI_RIGHT_ALIGN, 0)) ){
|
if ( ImGui::Button( ICON_FA_UPLOAD " Expand sources", ImVec2(IMGUI_RIGHT_ALIGN, 0)) ){
|
||||||
Mixer::manager().import( &s );
|
Mixer::manager().import( &s );
|
||||||
|
|||||||
Reference in New Issue
Block a user