A fix for configfile

If you want an ex-coop theme then it's going to be an ex-coop theme, not a "make coopdx look a little more like ex-coop" theme.
This commit is contained in:
Agent X 2025-01-11 15:29:42 -05:00
parent c0ff024743
commit 357db4fa5e

View file

@ -739,6 +739,12 @@ NEXT_OPTION:
if (configDjuiTheme >= DJUI_THEME_MAX) { configDjuiTheme = 0; } if (configDjuiTheme >= DJUI_THEME_MAX) { configDjuiTheme = 0; }
if (configDjuiScale >= 5) { configDjuiScale = 0; } if (configDjuiScale >= 5) { configDjuiScale = 0; }
if (configExCoopTheme) {
configDjuiTheme = DJUI_THEME_LIGHT;
configDjuiThemeCenter = false;
configDjuiThemeFont = 1;
}
if (gCLIOpts.fullscreen == 1) { if (gCLIOpts.fullscreen == 1) {
configWindow.fullscreen = true; configWindow.fullscreen = true;
} else if (gCLIOpts.fullscreen == 2) { } else if (gCLIOpts.fullscreen == 2) {