GUI: add option to show ins type menu when adding

This commit is contained in:
tildearrow 2023-08-08 00:03:56 -05:00
parent 3af2f8d2a4
commit cc8b5d28a8
3 changed files with 18 additions and 0 deletions

View file

@ -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(""),