refactor: unify desktop apps and Settings under item catalog
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* main.cpp
|
||||
* MontaukOS Time Zone configuration applet
|
||||
* MontaukOS Time Zone configuration app
|
||||
* Copyright (c) 2026 Daniel Hammer
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
[app]
|
||||
id = "timezone"
|
||||
name = "Time Zone"
|
||||
binary = "timezone.elf"
|
||||
icon = "preferences-system-time.svg"
|
||||
@@ -6,3 +7,7 @@ icon = "preferences-system-time.svg"
|
||||
[menu]
|
||||
category = "System"
|
||||
visible = false
|
||||
|
||||
[desktop]
|
||||
section = "settings"
|
||||
admin_only = false
|
||||
|
||||
Reference in New Issue
Block a user