Created app settings and app details applications (#364)

This commit is contained in:
Ken Van Hoeylandt
2025-10-07 22:13:01 +02:00
committed by GitHub
parent 45a8379426
commit 17b4fc6a47
4 changed files with 193 additions and 0 deletions
+4
View File
@@ -57,7 +57,9 @@ namespace service {
namespace app {
namespace addgps { extern const AppManifest manifest; }
namespace alertdialog { extern const AppManifest manifest; }
namespace appdetails { extern const AppManifest manifest; }
namespace applist { extern const AppManifest manifest; }
namespace appsettings { extern const AppManifest manifest; }
namespace boot { extern const AppManifest manifest; }
namespace chat { extern const AppManifest manifest; }
namespace development { extern const AppManifest manifest; }
@@ -99,7 +101,9 @@ namespace app {
// List of all apps excluding Boot app (as Boot app calls this function indirectly)
static void registerInternalApps() {
addApp(app::alertdialog::manifest);
addApp(app::appdetails::manifest);
addApp(app::applist::manifest);
addApp(app::appsettings::manifest);
addApp(app::display::manifest);
addApp(app::files::manifest);
addApp(app::fileselection::manifest);