GUI: add "new" action

This commit is contained in:
tildearrow 2023-04-02 16:39:06 -05:00
parent 9bc2657965
commit 54c1a8171f
5 changed files with 11 additions and 1 deletions

View file

@ -2092,6 +2092,7 @@ void FurnaceGUI::drawSettings() {
if (ImGui::TreeNode("Global hotkeys")) {
KEYBIND_CONFIG_BEGIN("keysGlobal");
UI_KEYBIND_CONFIG(GUI_ACTION_NEW);
UI_KEYBIND_CONFIG(GUI_ACTION_OPEN);
UI_KEYBIND_CONFIG(GUI_ACTION_OPEN_BACKUP);
UI_KEYBIND_CONFIG(GUI_ACTION_SAVE);