···823823#endif
824824825825 char start_directory[MAX_PATHNAME+1];
826826- /* status setting for the root menu customisability. 0 = default, 1 = loaded from cfg */
827827- int root_menu;
826826+ /* Has the root been customized from the .cfg file? false = no, true = loaded from cfg */
827827+ bool root_menu_customized;
828828};
829829830830/** global variables **/
+1-1
apps/settings_list.c
···19211921 "resume rewind", UNIT_SEC, 0, 60, 5,
19221922 NULL, NULL, NULL),
19231923#endif
19241924- CUSTOM_SETTING(0, root_menu,
19241924+ CUSTOM_SETTING(0, root_menu_customized,
19251925 LANG_ROCKBOX_TITLE, /* lang string here is never actually used */
19261926 NULL, "root menu order",
19271927 root_menu_load_from_cfg, root_menu_write_to_cfg,