Prompt the user before closing dirty tabs

This commit is contained in:
Loic Guegan 2023-01-09 10:30:17 +01:00
parent f1a54fd165
commit e686937ce9
9 changed files with 28 additions and 9 deletions

View file

@ -21,5 +21,5 @@ public:
void OnGotoMove(wxCommandEvent &event);
void OnRefreshBoard(wxCommandEvent &event);
void ApplyPreferences();
void DisableSaveTool(){game_toolbar->EnableTool(0,false);};
void SetSaveToolEnable(bool state){game_toolbar->EnableTool(0,state);};
};