GUI: add setting for double click time

This commit is contained in:
tildearrow 2023-01-14 14:07:50 -05:00
parent 26e424fe9f
commit b644de1c1f
4 changed files with 15 additions and 2 deletions

View file

@ -1294,6 +1294,7 @@ class FurnaceGUI {
int exportLoops;
double exportFadeOut;
int macroLayout;
float doubleClickTime;
unsigned int maxUndoSteps;
String mainFontPath;
String patFontPath;
@ -1428,6 +1429,7 @@ class FurnaceGUI {
exportLoops(0),
exportFadeOut(0.0),
macroLayout(0),
doubleClickTime(0.3f),
maxUndoSteps(100),
mainFontPath(""),
patFontPath(""),