make this default to benefit casual users

This commit is contained in:
Isaac0-dev 2025-02-06 16:10:47 +10:00
parent 20248881c4
commit 4bee63a251

View file

@ -188,7 +188,7 @@ unsigned int configDjuiScale = 0;
// other
unsigned int configRulesVersion = 0;
bool configCompressOnStartup = false;
bool configSkipPackGeneration = false;
bool configSkipPackGeneration = true;
// secrets
bool configExCoopTheme = false;
@ -747,7 +747,7 @@ NEXT_OPTION:
configDjuiThemeFont = 1;
}
if (gCLIOpts.fullscreen == 1) {
if (gCLIOpts.fullscreen == 1) {
configWindow.fullscreen = true;
} else if (gCLIOpts.fullscreen == 2) {
configWindow.fullscreen = false;