remove forced settings

This commit is contained in:
Isaac0-dev 2024-11-30 21:14:52 +10:00
parent 23a6b6726f
commit b4e242c5ef

View file

@ -724,12 +724,6 @@ NEXT_OPTION:
if (configDjuiTheme >= DJUI_THEME_MAX) { configDjuiTheme = 0; }
if (configDjuiScale >= 5) { configDjuiScale = 0; }
if (configExCoopTheme) {
configDjuiTheme = DJUI_THEME_LIGHT;
configDjuiThemeCenter = false;
configDjuiThemeFont = 1;
}
#ifndef COOPNET
configNetworkSystem = NS_SOCKET;
#endif