From 209054f92e12c0b43f9457806e3ecb0aa574fdb4 Mon Sep 17 00:00:00 2001 From: nakst <> Date: Thu, 23 Sep 2021 15:06:34 +0100 Subject: [PATCH] add ui_scale to build_common.h --- util/build_common.h | 1 + 1 file changed, 1 insertion(+) 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;