From c5231eb569d909d6bb8e273ee8badff8855b6dc8 Mon Sep 17 00:00:00 2001 From: Electric Keet Date: Wed, 16 Jul 2025 14:12:08 -0700 Subject: [PATCH] Add order lock to keybind config in Settings. Though it shows up initially without the expected `` keybind. --- src/gui/settings.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/settings.cpp b/src/gui/settings.cpp index 93a8a413d..56411d7f5 100644 --- a/src/gui/settings.cpp +++ b/src/gui/settings.cpp @@ -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);