major warning dialog changes

it makes more sense now. closes #321
This commit is contained in:
tildearrow 2022-04-13 02:09:59 -05:00
parent 75f99cfb09
commit 2cd454a59d
4 changed files with 225 additions and 37 deletions

View file

@ -261,6 +261,7 @@ enum FurnaceGUIWarnings {
GUI_WARN_RESET_LAYOUT,
GUI_WARN_RESET_COLORS,
GUI_WARN_RESET_KEYBINDS,
GUI_WARN_CLOSE_SETTINGS,
GUI_WARN_GENERIC
};
@ -714,6 +715,7 @@ class FurnaceGUI {
FurnaceGUIFileDialogs curFileDialog;
FurnaceGUIWarnings warnAction;
FurnaceGUIWarnings postWarnAction;
FurnaceGUIFileDialog* fileDialog;