settings
This commit is contained in:
parent
399c63a587
commit
0595bf174c
3 changed files with 24 additions and 2 deletions
|
|
@ -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(""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue