GUI: change default layout

This commit is contained in:
tildearrow 2022-03-14 17:40:22 -05:00
parent 8012676993
commit bfae208a24
3 changed files with 145 additions and 83 deletions

View file

@ -893,7 +893,7 @@ void FurnaceGUI::syncSettings() {
settings.scrollStep=e->getConfInt("scrollStep",0);
settings.sysSeparators=e->getConfInt("sysSeparators",1);
settings.forceMono=e->getConfInt("forceMono",0);
settings.controlLayout=e->getConfInt("controlLayout",0);
settings.controlLayout=e->getConfInt("controlLayout",3);
settings.restartOnFlagChange=e->getConfInt("restartOnFlagChange",1);
settings.statusDisplay=e->getConfInt("statusDisplay",0);
settings.dpiScale=e->getConfFloat("dpiScale",0.0f);