GUI: add "new" action
This commit is contained in:
parent
9bc2657965
commit
54c1a8171f
5 changed files with 11 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue