GUI: add "set loop" to sample editor

This commit is contained in:
tildearrow 2022-05-28 18:37:49 -05:00
parent f8796f8ec9
commit 5de31f510c
6 changed files with 23 additions and 2 deletions

View file

@ -1835,6 +1835,7 @@ void FurnaceGUI::drawSettings() {
UI_KEYBIND_CONFIG(GUI_ACTION_SAMPLE_ZOOM_OUT);
UI_KEYBIND_CONFIG(GUI_ACTION_SAMPLE_ZOOM_AUTO);
UI_KEYBIND_CONFIG(GUI_ACTION_SAMPLE_MAKE_INS);
UI_KEYBIND_CONFIG(GUI_ACTION_SAMPLE_SET_LOOP);
KEYBIND_CONFIG_END;
ImGui::TreePop();