En-/decryption fixed

This commit is contained in:
Torsten Schulz
2024-07-28 16:12:48 +02:00
parent 4c12303edc
commit 4b6ad3aefe
27 changed files with 3315 additions and 97 deletions

View File

@@ -8,20 +8,23 @@ const menuStructure = {
home: {
visible: ["all"],
children: {},
path: "/"
path: "/",
icon: "logo_mono.png"
},
friends: {
visible: ["all"],
children: {
manageFriends : {
visible: ["all"],
path: "/socialnetwork/friends"
path: "/socialnetwork/friends",
icon: "friends24.png"
}
},
showLoggedinFriends: 1
},
socialnetwork: {
visible: ["all"],
icon: "socialnetwork.png",
children: {
guestbook: {
visible: ["all"],
@@ -56,6 +59,7 @@ const menuStructure = {
},
chats: {
visible: ["over12"],
icon: "chat.png",
children: {
multiChat: {
visible: ["over12"],
@@ -69,6 +73,7 @@ const menuStructure = {
},
falukant: {
visible: ["all"],
icon: "falukant24.png",
children: {
create: {
visible: ["nofalukantaccount"],
@@ -130,9 +135,11 @@ const menuStructure = {
},
minigames: {
visible: ["all"],
icon: "minigames24.png",
},
settings: {
visible: ["all"],
icon: "settings24.png",
children: {
homepage: {
visible: ["all"],
@@ -156,7 +163,7 @@ const menuStructure = {
},
sexuality: {
visible: ["over14"],
path: "/setting/sexuality"
path: "/settings/sexuality"
},
notifications: {
visible: ["all"],