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