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
4
TODO.md
4
TODO.md
|
@ -3,8 +3,8 @@
|
|||
## Before releasing v0.1.0
|
||||
- [x] In BoardCanvas search for a workaround of the dynamic allocation of adata.buffer (on canvas resize)
|
||||
- [ ] Bind the chess game editor settings to EditorPrefs.hpp
|
||||
- [ ] Ask before closing MainWindow/Tabs if anything is not saved
|
||||
- [ ] Disable the save button in GameTab after saving (and re-enable it on new changes)
|
||||
- [x] Ask before closing MainWindow/Tabs if anything is not saved
|
||||
- [x] Disable the save button in GameTab after saving (and re-enable it on new changes)
|
||||
- [ ] Make PGNGameBase use GotoNextGame() instead of ParseNextGame() in the NextGame() method to improve performance
|
||||
|
||||
## Additional Features
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue