refactor of menus

begin work on settings
This commit is contained in:
Simon Vieille 2025-04-09 19:15:43 +02:00
commit 52b2d18a03
Signed by: deblan
GPG key ID: 579388D585F70417
26 changed files with 1616 additions and 1670 deletions

View file

@ -115,6 +115,7 @@ class NavController extends Controller
$appsCategories[$app['id']][] = $category;
$items[$category]['apps'][$app['id']] = [
'id' => $app['id'],
'name' => $app['name'],
'href' => $app['href'],
'icon' => $app['icon'],