From 0d906a83a3fddedb729d87194c343b0944124bd3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 23 Feb 2021 21:57:37 +0100 Subject: [PATCH] Update config.json --- ubooquity/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ubooquity/config.json b/ubooquity/config.json index f3bfa9373..66a24e3e1 100644 --- a/ubooquity/config.json +++ b/ubooquity/config.json @@ -37,7 +37,8 @@ "options": { "PUID": 0, "PGID": 0, - "maxmem": 200, + "maxmem": 200, + "theme": "default", "networkdisks": "//IP/SHARE", "cifsusername": "username", "cifspassword": "folder", @@ -47,7 +48,7 @@ "PUID": "int", "PGID": "int", "maxmem": "int", - "customUI": "list(|comixology2)?", + "theme": "list(default|comixology2)", "networkdisks": "str?", "cifsusername": "str?", "cifspassword": "str?",