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

@ -416,6 +416,7 @@ enum FurnaceGUIFMAlgs {
enum FurnaceGUIActions {
GUI_ACTION_GLOBAL_MIN=0,
GUI_ACTION_NEW,
GUI_ACTION_OPEN,
GUI_ACTION_OPEN_BACKUP,
GUI_ACTION_SAVE,