GUI: prepare auto macro size setting
This commit is contained in:
parent
5a961a5485
commit
d88a753aba
2 changed files with 6 additions and 0 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue