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
@@ -46,7 +46,7 @@ extern const AppManifest manifest = {
.id = "Settings",
.name = "Settings",
.icon = TT_ASSETS_APP_ICON_SETTINGS,
.type = TypeSystem,
.type = TypeHidden,
.onShow = onShow,
};