Refactored desktop (#118)

This commit is contained in:
Ken Van Hoeylandt
2024-12-10 19:40:11 +01:00
committed by GitHub
parent 77280def1d
commit 74a53b2735
14 changed files with 122 additions and 37 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ extern const AppManifest manifest = {
.id = "Files",
.name = "Files",
.icon = TT_ASSETS_APP_ICON_FILES,
.type = TypeSystem,
.type = TypeHidden,
.onStart = onStart,
.onShow = onShow,
};