GUI: add setting to bring old macro vSlider back

This commit is contained in:
tildearrow 2022-05-12 03:29:34 -05:00
parent 76adccc0fc
commit 613b538fb9
3 changed files with 41 additions and 18 deletions

View file

@ -890,6 +890,7 @@ class FurnaceGUI {
int hiddenSystems;
int horizontalDataView;
int noMultiSystem;
int oldMacroVSlider;
unsigned int maxUndoSteps;
String mainFontPath;
String patFontPath;
@ -974,6 +975,7 @@ class FurnaceGUI {
hiddenSystems(0),
horizontalDataView(0),
noMultiSystem(0),
oldMacroVSlider(0),
maxUndoSteps(100),
mainFontPath(""),
patFontPath(""),