mirror of
https://gitlab.com/manzerbredes/ochess.git
synced 2025-04-19 04:09:41 +00:00
Prompt the user before closing dirty tabs
This commit is contained in:
parent
f1a54fd165
commit
e686937ce9
9 changed files with 28 additions and 9 deletions
|
@ -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);};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue