Oh, and it'd be good to load the big font setting.

Can't believe I missed this!
This commit is contained in:
Electric Keet 2023-08-02 14:22:21 -07:00
parent bf9f37e8d9
commit 14d1e83cd6
1 changed files with 1 additions and 0 deletions

View File

@ -2762,6 +2762,7 @@ void FurnaceGUI::syncSettings() {
settings.tg100Path=e->getConfString("tg100Path","");
settings.mu5Path=e->getConfString("mu5Path","");
settings.mainFont=e->getConfInt("mainFont",0);
settings.bigFont=e->getConfInt("bigFont",0);
settings.patFont=e->getConfInt("patFont",0);
settings.mainFontPath=e->getConfString("mainFontPath","");
settings.bigFontPath=e->getConfString("bigFontPath","");