mirror of https://gitlab.com/nakst/essence
add ui_scale to build_common.h
This commit is contained in:
parent
77eb56f3e3
commit
209054f92e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue