GUI: add setting to play on load

This commit is contained in:
tildearrow 2023-08-05 14:43:29 -05:00
parent 03383cff80
commit 86c1104529
3 changed files with 23 additions and 0 deletions

View file

@ -1547,6 +1547,7 @@ class FurnaceGUI {
int noDMFCompat;
int removeInsOff;
int removeVolOff;
int playOnLoad;
unsigned int maxUndoSteps;
String mainFontPath;
String headFontPath;
@ -1708,6 +1709,7 @@ class FurnaceGUI {
noDMFCompat(0),
removeInsOff(0),
removeVolOff(0),
playOnLoad(0),
maxUndoSteps(100),
mainFontPath(""),
headFontPath(""),