This commit is contained in:
Eknous-P 2024-03-21 13:51:09 +04:00
parent 399c63a587
commit 0595bf174c
3 changed files with 24 additions and 2 deletions

View file

@ -1815,6 +1815,8 @@ class FurnaceGUI {
int playbackTime;
int shaderOsc;
int cursorWheelStep;
int chipManagerTooltip;
int sysTooltipChannelColors;
unsigned int maxUndoSteps;
String mainFontPath;
String headFontPath;
@ -2020,6 +2022,8 @@ class FurnaceGUI {
playbackTime(1),
shaderOsc(1),
cursorWheelStep(0),
chipManagerTooltip(1), // poll?
sysTooltipChannelColors(1), // poll?
maxUndoSteps(100),
mainFontPath(""),
headFontPath(""),