Add order lock to keybind config in Settings.

Though it shows up initially without the expected `<nothing>` keybind.
This commit is contained in:
Electric Keet 2025-07-16 14:12:08 -07:00 committed by tildearrow
parent 75b958b78a
commit c5231eb569

View file

@ -2203,6 +2203,7 @@ void FurnaceGUI::drawSettings() {
drawKeybindSettingsTableRow(GUI_ACTION_STEP_DOWN);
drawKeybindSettingsTableRow(GUI_ACTION_TOGGLE_EDIT);
drawKeybindSettingsTableRow(GUI_ACTION_METRONOME);
drawKeybindSettingsTableRow(GUI_ACTION_ORDER_LOCK);
drawKeybindSettingsTableRow(GUI_ACTION_REPEAT_PATTERN);
drawKeybindSettingsTableRow(GUI_ACTION_FOLLOW_ORDERS);
drawKeybindSettingsTableRow(GUI_ACTION_FOLLOW_PATTERN);