GUI: add setting to remove ins/vol val on OFF/REL

This commit is contained in:
tildearrow 2023-08-05 03:37:03 -05:00
parent 1983529bdb
commit 2b78ea7abe
3 changed files with 32 additions and 0 deletions

View file

@ -1545,6 +1545,8 @@ class FurnaceGUI {
int memUsageUnit;
int cursorFollowsWheel;
int noDMFCompat;
int removeInsOff;
int removeVolOff;
unsigned int maxUndoSteps;
String mainFontPath;
String headFontPath;
@ -1704,6 +1706,8 @@ class FurnaceGUI {
memUsageUnit(1),
cursorFollowsWheel(0),
noDMFCompat(0),
removeInsOff(0),
removeVolOff(0),
maxUndoSteps(100),
mainFontPath(""),
headFontPath(""),