More customizable Main Menu #721
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes in
LoaderExtMainAppsListrenamed toMainMenuListas it makes more sense nowLoaderwill initiate and populateMainMenuListfrom contents of/ext/.config/cfw_mainmenu.txt/ext/.config/cfw_mainmenu.txtfile is not found,Loaderwill populate a default app list withinMainMenuListcfw_mainmenu.txtfile exists butMainMenuListis still empty or only has 1 app,CFW SettingsandSettingsapps will be added to prevent crashing and/or empty menuLoader_Menupopulates fromMainMenuListChanges in
CFW SettingsInterfaces>Main Menuoptions have been updated with App Order/Move abilityLoaderinstead of recreating a new listRemove Appoption to ensure a minimum of 2 apps remain on the main menuOther
gui/modules/variable_item_listwas modified a bit to prevent crashinggui/modules/menuwas modified to include a more descriptive message if main menu ever became empty. Also forced rename of some apps has been removed.