GUI: prepare to add auto-fill on save
This commit is contained in:
parent
56f8d15d66
commit
3f34a46575
3 changed files with 17 additions and 1 deletions
|
|
@ -1932,6 +1932,7 @@ class FurnaceGUI {
|
|||
int backupEnable;
|
||||
int backupInterval;
|
||||
int backupMaxCopies;
|
||||
int autoFillSave;
|
||||
unsigned int maxUndoSteps;
|
||||
float vibrationStrength;
|
||||
int vibrationLength;
|
||||
|
|
@ -2186,6 +2187,7 @@ class FurnaceGUI {
|
|||
backupEnable(1),
|
||||
backupInterval(30),
|
||||
backupMaxCopies(5),
|
||||
autoFillSave(0),
|
||||
maxUndoSteps(100),
|
||||
vibrationStrength(0.5f),
|
||||
vibrationLength(20),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue