GUI: add setting to remove ins/vol val on OFF/REL
This commit is contained in:
parent
1983529bdb
commit
2b78ea7abe
3 changed files with 32 additions and 0 deletions
|
|
@ -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(""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue