nyx: Add Home Screen selection

You can now choose between Main menu and Launch/More Cfg as home screens.
This commit is contained in:
CTCaer
2020-04-30 14:49:28 +03:00
parent ab304c9178
commit 6d75f96ed5
4 changed files with 83 additions and 13 deletions

View File

@@ -264,6 +264,8 @@ void load_saved_configuration()
{
if (!strcmp("themecolor", kv->key))
n_cfg.themecolor = atoi(kv->val);
else if (!strcmp("homescreen", kv->key))
n_cfg.home_screen = atoi(kv->val);
else if (!strcmp("verification", kv->key))
n_cfg.verification = atoi(kv->val);
}