aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-01-09 10:30:17 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2023-01-09 10:30:17 +0100
commite686937ce9df0ac938b5e23727b335efa53a81b7 (patch)
tree163b869fc3f11c668085a27b1255d2a59e9a72e1 /TODO.md
parentf1a54fd165251b1f2296f5845d31198f9b0198d9 (diff)
Prompt the user before closing dirty tabs
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index 3b94154..2f80a5e 100644
--- a/TODO.md
+++ b/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