Skip to content

Commit

Permalink
bpmlock control: fix control picker menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed May 4, 2024
1 parent bfd23da commit d59eda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/controlpickermenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ ControlPickerMenu::ControlPickerMenu(QWidget* pParent)
tr("Adjust Beatgrid - Match Alignment"),
tr("Adjust beatgrid to match another playing deck."),
pBpmMenu);
addDeckAndSamplerControl("bpm_toggle_lock",
addDeckAndSamplerControl("bpmlock",
tr("Toggle the BPM/beatgrid lock"),
tr("Toggle the BPM/beatgrid lock"),
pBpmMenu);
Expand Down

0 comments on commit d59eda6

Please sign in to comment.