GUI: add "effect deletion alters value" setting
This commit is contained in:
parent
dd6229a6b9
commit
dab164f09e
3 changed files with 14 additions and 0 deletions
|
|
@ -754,6 +754,7 @@ class FurnaceGUI {
|
|||
int titleBarInfo;
|
||||
int titleBarSys;
|
||||
int frameBorders;
|
||||
int effectDeletionAltersValue;
|
||||
unsigned int maxUndoSteps;
|
||||
String mainFontPath;
|
||||
String patFontPath;
|
||||
|
|
@ -813,6 +814,7 @@ class FurnaceGUI {
|
|||
titleBarInfo(1),
|
||||
titleBarSys(1),
|
||||
frameBorders(0),
|
||||
effectDeletionAltersValue(1),
|
||||
maxUndoSteps(100),
|
||||
mainFontPath(""),
|
||||
patFontPath(""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue