mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 10:49:59 +01:00
Added opposite action of 'Group all sources'
Mixer action ungroupAll expands all SessionGroupSources.
This commit is contained in:
@@ -989,7 +989,10 @@ void UserInterface::showMenuFile()
|
||||
// switch pannel to show first source (created)
|
||||
navigator.showPannelSource(0);
|
||||
}
|
||||
// TODO : FLATTEN (import all sources from all groups)
|
||||
if (ImGuiToolkit::MenuItemIcon(7, 2, "Expand all groups", false, Mixer::manager().numSource() > 0)) {
|
||||
// create a new group session with all sources
|
||||
Mixer::manager().ungroupAll();
|
||||
}
|
||||
|
||||
// HELP AND QUIT
|
||||
ImGui::Separator();
|
||||
|
||||
Reference in New Issue
Block a user