From ac8e6565c6a4e7564c2262b4bc40d61ae7047f25 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Sat, 9 Aug 2025 13:41:08 +0200 Subject: [PATCH] ed --- .../[defaultmaps]/rtx_themepark_dlc/config.lua | 2 +- .../roadphone/public/static/config/config.json | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/resources/[defaultmaps]/rtx_themepark_dlc/config.lua b/resources/[defaultmaps]/rtx_themepark_dlc/config.lua index 90322d15b..111e0dab8 100644 --- a/resources/[defaultmaps]/rtx_themepark_dlc/config.lua +++ b/resources/[defaultmaps]/rtx_themepark_dlc/config.lua @@ -475,7 +475,7 @@ Config.ThemeParkOwnedSettings = { disablesell = false, -- enable this if you want disable sell function from managment menu disabletransfer = false, -- enable this if you want disable transfer function from managment menu acepermissionsforusemanagmentmenu = {enable = false, permission = "themepark.managment"}, -- enable this if you want to use ace permissions - jobpermissionsforusemanagmentmenu = {enable = false, jobname = "themepark"}, -- enable this if you want to use job permissions (you need create job with name themepark or change the job title to something else) + jobpermissionsforusemanagmentmenu = {enable = true, jobname = "skyline"}, -- enable this if you want to use job permissions (you need create job with name themepark or change the job title to something else) identifierspermissionsforusemanagmentmenu = false, -- enable this if you want to use identifiers permissions permissionsviaidentifiers = { -- permisisontypes - license, steam, xbox, live, discord, ip {permissiontype = "steam", permisisondata = "steam:11000013cc73739"}, -- this is example line diff --git a/resources/[phone]/roadphone/public/static/config/config.json b/resources/[phone]/roadphone/public/static/config/config.json index e52b5e2c6..4e44bb0b4 100644 --- a/resources/[phone]/roadphone/public/static/config/config.json +++ b/resources/[phone]/roadphone/public/static/config/config.json @@ -270,8 +270,8 @@ }, { "name": "Galerie", - "light_icon": "/public/img/Apps/light_mode/galery.webp", - "dark_icon": "/public/img/Apps/dark_mode/galery.webp", + "light_icon": "/public/img/Apps/light_mode/gallery.webp", + "dark_icon": "/public/img/Apps/dark_mode/gallery.webp", "default": true, "category": "apps", "redirect": "gallery", @@ -290,7 +290,8 @@ }, { "name": "Rechner", - "icon": "/public/img/Apps/calculator.png", + "light_icon": "/public/img/Apps/light_mode/calculator.webp", + "dark_icon": "/public/img/Apps/dark_mode/calculator.webp", "default": true, "category": "apps", "redirect": "calculator", @@ -406,7 +407,7 @@ "disallowJobs": [] }, { - "name": "Nachrichten", + "name": "Messanger", "light_icon": "/public/img/Apps/light_mode/message.webp", "dark_icon": "/public/img/Apps/dark_mode/message.webp", "default": true, @@ -571,8 +572,8 @@ }, { "name": "Jobs", - "light_icon": "/public/img/Apps/light_mode/jobs.webp", - "dark_icon": "/public/img/Apps/dark_mode/jobs.webp", + "light_icon": "/public/img/Apps/light_mode/jobsapp.webp", + "dark_icon": "/public/img/Apps/dark_mode/jobsapp.webp", "default": true, "category": "apps", "redirect": "job_list",