Add order lock to keybind config in Settings.
Though it shows up initially without the expected `<nothing>` keybind.
This commit is contained in:
parent
75b958b78a
commit
c5231eb569
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue