From 14d1e83cd6d48d9ff603a6c9e639c31971e9b19d Mon Sep 17 00:00:00 2001 From: Electric Keet Date: Wed, 2 Aug 2023 14:22:21 -0700 Subject: [PATCH] Oh, and it'd be good to load the big font setting. Can't believe I missed this! --- src/gui/settings.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/settings.cpp b/src/gui/settings.cpp index be83d619..2274345b 100644 --- a/src/gui/settings.cpp +++ b/src/gui/settings.cpp @@ -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","");