aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-01-09 15:22:31 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2023-01-09 15:22:31 +0100
commit30b7577ab321e70b5ebb2c4ec1b9edfe1d3c0a44 (patch)
tree246eacdaeedc72618d604298867a95aae97c5588 /TODO.md
parent518edf6f3050022fa4d1a15d147efe6665459863 (diff)
Binding of CGEditor's settings
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index 289e7c5..cd9f0d1 100644
--- a/TODO.md
+++ b/TODO.md
@@ -2,7 +2,7 @@
## 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
+ - [x] Bind the chess game editor settings to EditorPrefs.hpp
- [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