GUI: add setting to play on load
This commit is contained in:
parent
03383cff80
commit
86c1104529
3 changed files with 23 additions and 0 deletions
|
|
@ -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(""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue