GUI: add option to disable fade-in during startup
This commit is contained in:
parent
25e4da919d
commit
6fb23ab04b
3 changed files with 11 additions and 1 deletions
|
|
@ -1336,6 +1336,7 @@ class FurnaceGUI {
|
|||
int macroLayout;
|
||||
float doubleClickTime;
|
||||
int oneDigitEffects;
|
||||
int disableFadeIn;
|
||||
unsigned int maxUndoSteps;
|
||||
String mainFontPath;
|
||||
String patFontPath;
|
||||
|
|
@ -1473,6 +1474,7 @@ class FurnaceGUI {
|
|||
macroLayout(0),
|
||||
doubleClickTime(0.3f),
|
||||
oneDigitEffects(0),
|
||||
disableFadeIn(0),
|
||||
maxUndoSteps(100),
|
||||
mainFontPath(""),
|
||||
patFontPath(""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue