add ui_scale to build_common.h

This commit is contained in:
nakst 2021-09-23 15:06:34 +01:00
parent 77eb56f3e3
commit 209054f92e
1 changed files with 1 additions and 0 deletions

View File

@ -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;