add a setting to reset on system prop change

issue #131
This commit is contained in:
tildearrow 2022-02-07 17:24:26 -05:00
parent 4d14a19267
commit fbb6c4cb4f
4 changed files with 51 additions and 38 deletions

View file

@ -219,6 +219,7 @@ class FurnaceGUI {
int sysSeparators;
int forceMono;
int controlLayout;
int restartOnFlagChange;
unsigned int maxUndoSteps;
String mainFontPath;
String patFontPath;
@ -253,6 +254,7 @@ class FurnaceGUI {
sysSeparators(1),
forceMono(0),
controlLayout(0),
restartOnFlagChange(1),
maxUndoSteps(100),
mainFontPath(""),
patFontPath("") {}