Skip to content

Commit

Permalink
add "loop_remove" to control picker menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Dec 3, 2023
1 parent ef072ae commit f87e4ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/controllers/controlpickermenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,11 @@ ControlPickerMenu::ControlPickerMenu(QWidget* pParent)
loopmoveBwdSubmenu);
}

addDeckControl("loop_remove",
tr("Remove Temporary Loop"),
tr("Remove the temporary loop"),
loopMenu);

addSeparator();

// Library Controls
Expand Down

0 comments on commit f87e4ed

Please sign in to comment.