Simplify manifest and update docs (#95)

This commit is contained in:
Ken Van Hoeylandt
2024-11-27 00:26:59 +01:00
committed by GitHub
parent 03d14ef74b
commit 4744565b0e
3 changed files with 2 additions and 5 deletions
-1
View File
@@ -13,6 +13,5 @@ static void app_show(tt::app::App& app, lv_obj_t* parent) {
extern const tt::app::Manifest hello_world_app = {
.id = "HelloWorld",
.name = "Hello World",
.type = tt::app::TypeUser,
.onShow = &app_show,
};