From 9c7bda01801855aeb45adf1fe1ddbada80cc050d Mon Sep 17 00:00:00 2001
From: ulrich
Date: Wed, 14 Apr 2021 06:22:51 +0000
Subject: [PATCH] UI- und Menue-Anpassungen

---
 www/ui/data/menu/hauptmenue.json |   21 ++++++++++++++++++---
 1 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/www/ui/data/menu/hauptmenue.json b/www/ui/data/menu/hauptmenue.json
index 3dc5c53..b1b735f 100644
--- a/www/ui/data/menu/hauptmenue.json
+++ b/www/ui/data/menu/hauptmenue.json
@@ -8,9 +8,19 @@
     },
     "inhalt":  [
       {
-        "titel": "Media",
+        "titel": "Eig. Quellen",
         "umenue": false,
         "funktion": "app.media_liste"
+      },
+      {
+        "titel": "Live",
+        "umenue": false,
+        "funktion": "app.livestream_selection"
+      },
+      {
+        "titel": "",
+        "umenue": false,
+        "funktion": ""
       },
       {
         "titel": "Abspielliste",
@@ -33,14 +43,19 @@
         "funktion": "app.abspiellisten_liste"
       },
       {
+        "titel": "Livestreams",
+        "umenue": false,
+        "funktion": "app.livestream_liste"
+      },
+      {
         "titel": "Einstellungen",
         "umenue": false,
         "funktion": "app.prefs_liste"
       },
       {
-        "titel": "Form Test",
+        "titel": "",
         "umenue": false,
-        "funktion": "app.test_form"
+        "funktion": ""
       },
       {
         "titel": "Info",

--
Gitblit v1.9.3