GUI: add setting to see mem usage in bytes
This commit is contained in:
parent
a69b02f525
commit
e5a5bb0154
3 changed files with 21 additions and 1 deletions
|
|
@ -1509,6 +1509,7 @@ class FurnaceGUI {
|
|||
int insertBehavior;
|
||||
int pullDeleteRow;
|
||||
int newSongBehavior;
|
||||
int memUsageUnit;
|
||||
unsigned int maxUndoSteps;
|
||||
String mainFontPath;
|
||||
String patFontPath;
|
||||
|
|
@ -1661,6 +1662,7 @@ class FurnaceGUI {
|
|||
insertBehavior(1),
|
||||
pullDeleteRow(1),
|
||||
newSongBehavior(0),
|
||||
memUsageUnit(1),
|
||||
maxUndoSteps(100),
|
||||
mainFontPath(""),
|
||||
patFontPath(""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue