Command palette - part 1

This commit is contained in:
YohananDiamond 2023-06-15 02:04:45 -03:00
parent 89f8c8fa19
commit 231853cd94
7 changed files with 145 additions and 4 deletions

View file

@ -184,7 +184,9 @@ void FurnaceGUI::doAction(int what) {
case GUI_ACTION_CLEAR:
showWarning("Are you sure you want to clear... (cannot be undone!)",GUI_WARN_CLEAR);
break;
case GUI_ACTION_COMMAND_PALETTE:
displayPalette=true;
break;
case GUI_ACTION_WINDOW_EDIT_CONTROLS:
nextWindow=GUI_WINDOW_EDIT_CONTROLS;
break;