diff --git a/util/build_common.h b/util/build_common.h index 7856ef6..e94dd67 100644 --- a/util/build_common.h +++ b/util/build_common.h @@ -317,6 +317,7 @@ Option options[] = { { "General.first_application", OPTION_TYPE_STRING, { .s = NULL } }, { "General.wallpaper", OPTION_TYPE_STRING, { .s = NULL } }, { "General.installation_state", OPTION_TYPE_STRING, { .s = "0" } }, + { "General.ui_scale", OPTION_TYPE_STRING, { .s = "100" } }, }; char *previousOptionsBuffer;