GUI: add option to disable preset selector

This commit is contained in:
tildearrow 2023-06-24 18:55:55 -05:00
parent e0de6e0847
commit 7beb1271ae
4 changed files with 31 additions and 2 deletions

View file

@ -1508,6 +1508,7 @@ class FurnaceGUI {
int renderClearPos;
int insertBehavior;
int pullDeleteRow;
int newSongBehavior;
unsigned int maxUndoSteps;
String mainFontPath;
String patFontPath;
@ -1659,6 +1660,7 @@ class FurnaceGUI {
renderClearPos(0),
insertBehavior(1),
pullDeleteRow(1),
newSongBehavior(0),
maxUndoSteps(100),
mainFontPath(""),
patFontPath(""),