From 0a40c4324b9932c4c22ee9ef3867794cd6adca29 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Tue, 1 Apr 2025 14:54:45 -0400 Subject: [PATCH] Enable custom branding image --- src/apps/dashboard/routes/branding/index.tsx | 58 +++++++++----------- 1 file changed, 26 insertions(+), 32 deletions(-) diff --git a/src/apps/dashboard/routes/branding/index.tsx b/src/apps/dashboard/routes/branding/index.tsx index 493c222c6..d69222bb1 100644 --- a/src/apps/dashboard/routes/branding/index.tsx +++ b/src/apps/dashboard/routes/branding/index.tsx @@ -25,7 +25,6 @@ import { queryClient } from 'utils/query/queryClient'; import { ActionData } from 'types/actionData'; const BRANDING_CONFIG_KEY = 'branding'; -const ENABLE_CUSTOM_IMAGE = false; const SPLASHSCREEN_URL = '/Branding/Splashscreen'; const BrandingOption = { CustomCss: 'CustomCss', @@ -237,39 +236,34 @@ export const Component = () => { label={globalize.translate('EnableSplashScreen')} /> - {/* FIXME: Disabled due to https://github.com/jellyfin/jellyfin/issues/13744 */} - {ENABLE_CUSTOM_IMAGE && ( - <> - - {globalize.translate('CustomSplashScreenSize')} - + + {globalize.translate('CustomSplashScreenSize')} + - + - - - )} +