GUI: prepare to add auto-fill on save

This commit is contained in:
tildearrow 2024-05-24 00:19:03 -05:00
parent 56f8d15d66
commit 3f34a46575
3 changed files with 17 additions and 1 deletions

View file

@ -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),