Better terminology and icons for SessionGroup

This commit is contained in:
Bruno
2021-02-22 14:06:10 +01:00
parent 8019f4ea25
commit ef7722bb5c
9 changed files with 683 additions and 32 deletions

View File

@@ -1577,7 +1577,7 @@ void showContextMenuLayer(const char* label)
{
if (ImGui::BeginPopup(label)) {
if (ImGui::Selectable( ICON_FA_CUBE " Create group" )){
if (ImGui::Selectable( ICON_FA_DOWNLOAD " Flatten" )){
Mixer::manager().groupSelection();
}