GUI: new default FM layout

This commit is contained in:
tildearrow 2023-02-06 18:53:39 -05:00
parent ea0d7cd420
commit 6d6b431bc9
2 changed files with 2 additions and 2 deletions

View File

@ -1377,7 +1377,7 @@ class FurnaceGUI {
loadChinese(0),
loadChineseTraditional(0),
loadKorean(0),
fmLayout(0),
fmLayout(4),
sampleLayout(0),
waveLayout(0),
susPosition(0),

View File

@ -2516,7 +2516,7 @@ void FurnaceGUI::syncSettings() {
settings.loadChinese=e->getConfInt("loadChinese",0);
settings.loadChineseTraditional=e->getConfInt("loadChineseTraditional",0);
settings.loadKorean=e->getConfInt("loadKorean",0);
settings.fmLayout=e->getConfInt("fmLayout",0);
settings.fmLayout=e->getConfInt("fmLayout",4);
settings.sampleLayout=e->getConfInt("sampleLayout",0);
settings.waveLayout=e->getConfInt("waveLayout",0);
settings.susPosition=e->getConfInt("susPosition",0);