Enable loading of common Chinese characters
This commit is contained in:
parent
77481f23cb
commit
bf11e85bff
2 changed files with 21 additions and 0 deletions
|
|
@ -867,6 +867,7 @@ class FurnaceGUI {
|
|||
int roundedButtons;
|
||||
int roundedMenus;
|
||||
int loadJapanese;
|
||||
int loadChinese;
|
||||
int fmLayout;
|
||||
int sampleLayout;
|
||||
int waveLayout;
|
||||
|
|
@ -955,6 +956,7 @@ class FurnaceGUI {
|
|||
roundedButtons(1),
|
||||
roundedMenus(0),
|
||||
loadJapanese(0),
|
||||
loadChinese(0),
|
||||
fmLayout(0),
|
||||
sampleLayout(0),
|
||||
waveLayout(0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue