From ec52c60952cbc43c760814a9975a82d6b7e36977 Mon Sep 17 00:00:00 2001 From: Franziska Bath Date: Wed, 16 Apr 2025 13:37:34 +0200 Subject: [PATCH] feat: add custom logo shown in collabora Signed-off-by: Franziska Bath --- configure.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.sh b/configure.sh index b039d07..3ddfeac 100755 --- a/configure.sh +++ b/configure.sh @@ -43,6 +43,7 @@ config_ui() { ooc theming:config primary_color "#003D8F" ooc theming:config disable-user-theming yes ooc theming:config favicon "${FAVICON_DIR}/favicon.ico" + ooc theming:config logo "${FAVICON_DIR}/logo.png" ooc config:app:set theming backgroundMime --value backgroundColor IONOS_HOMEPAGE=$(ooc config:system:get ionos_homepage)