fixed error checking bug. note, unexpected behavior occurs when incorrect values are entered and checkValues is true. needs more testing/additional fixes

This commit is contained in:
Josh Ashton
2024-03-25 14:06:03 -06:00
parent 600c215b7d
commit bf011ea75b
5 changed files with 58 additions and 66 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ public class Settings {
newFileProperties = 0;
dimension = new Dimension(600, 800);
resizable = false;
cellGUIStartMode = false;
cellGUIStartMode = true;
defaultOpenState = 0;
theme = new Theme(new File(appDirectory + "default.theme"));
autoFillNotes = false;