GUI: add option to show ins type menu when adding
This commit is contained in:
parent
3af2f8d2a4
commit
cc8b5d28a8
3 changed files with 18 additions and 0 deletions
|
|
@ -1548,6 +1548,7 @@ class FurnaceGUI {
|
|||
int removeInsOff;
|
||||
int removeVolOff;
|
||||
int playOnLoad;
|
||||
int insTypeMenu;
|
||||
unsigned int maxUndoSteps;
|
||||
String mainFontPath;
|
||||
String headFontPath;
|
||||
|
|
@ -1710,6 +1711,7 @@ class FurnaceGUI {
|
|||
removeInsOff(0),
|
||||
removeVolOff(0),
|
||||
playOnLoad(0),
|
||||
insTypeMenu(1),
|
||||
maxUndoSteps(100),
|
||||
mainFontPath(""),
|
||||
headFontPath(""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue