Launcher should be hidden

This commit is contained in:
Ken Van Hoeylandt 2025-09-21 18:35:55 +02:00
parent ce7966f626
commit 56bab5897a

View File

@ -139,6 +139,7 @@ extern const AppManifest manifest = {
.id = "Launcher",
.name = "Launcher",
.category = Category::System,
.flags = AppManifest::Flags::Hidden,
.createApp = create<LauncherApp>
};