Merge branch 'tildearrow:master' into master

This commit is contained in:
Eknous 2023-07-29 13:34:54 +04:00 committed by GitHub
commit 1d04bb360a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 566 additions and 425 deletions

View file

@ -1523,6 +1523,7 @@ class FurnaceGUI {
int newSongBehavior;
int memUsageUnit;
int cursorFollowsWheel;
int noDMFCompat;
unsigned int maxUndoSteps;
String mainFontPath;
String patFontPath;
@ -1677,6 +1678,7 @@ class FurnaceGUI {
newSongBehavior(0),
memUsageUnit(1),
cursorFollowsWheel(0),
noDMFCompat(0),
maxUndoSteps(100),
mainFontPath(""),
patFontPath(""),