added deselection support, though still buggy. additionally, altered default theme for easier viewing and for aesthetics

This commit is contained in:
Josh Ashton
2024-03-24 12:10:06 -06:00
parent fa3dbf32e2
commit 1afd170fea
4 changed files with 144 additions and 15 deletions
+1 -1
View File
@@ -343,7 +343,7 @@ public class Settings {
dimension = new Dimension(1000, 1000);
resizable = false;
cellGUIStartMode = true;
cellGUIStartMode = false;
defaultOpenState = 0;
theme = new Theme(new File(appDirectory + "default.theme"));
autoFillNotes = true;