GUI: prepare auto macro size setting

This commit is contained in:
tildearrow 2024-07-23 22:47:27 -05:00
parent 5a961a5485
commit d88a753aba
2 changed files with 6 additions and 0 deletions

View file

@ -1951,6 +1951,7 @@ class FurnaceGUI {
int backupInterval;
int backupMaxCopies;
int autoFillSave;
int autoMacroStepSize;
unsigned int maxUndoSteps;
float vibrationStrength;
int vibrationLength;
@ -2206,6 +2207,7 @@ class FurnaceGUI {
backupInterval(30),
backupMaxCopies(5),
autoFillSave(0),
autoMacroStepSize(0),
maxUndoSteps(100),
vibrationStrength(0.5f),
vibrationLength(20),