GUI: add setting to disable maximize workaround

issue #2575
This commit is contained in:
tildearrow 2025-06-18 03:32:39 -05:00
parent e209fd0b18
commit e23f1700a3
3 changed files with 15 additions and 4 deletions

View file

@ -2020,7 +2020,7 @@ class FurnaceGUI {
int autoFillSave;
int autoMacroStepSize;
int backgroundPlay;
int chanOscDCOffStrat;
int noMaximizeWorkaround;
unsigned int maxUndoSteps;
float vibrationStrength;
int vibrationLength;
@ -2276,6 +2276,7 @@ class FurnaceGUI {
autoFillSave(0),
autoMacroStepSize(0),
backgroundPlay(0),
noMaximizeWorkaround(0),
maxUndoSteps(100),
vibrationStrength(0.5f),
vibrationLength(20),