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')}
+
- }
- disabled={!isSplashscreenEnabled}
- >
-
- {globalize.translate('UploadCustomImage')}
-
+ }
+ disabled={!isSplashscreenEnabled}
+ >
+
+ {globalize.translate('UploadCustomImage')}
+
- }
- disabled={!isSplashscreenEnabled}
- onClick={onSplashscreenDelete}
- >
- {globalize.translate('DeleteCustomImage')}
-
- >
- )}
+ }
+ disabled={!isSplashscreenEnabled}
+ onClick={onSplashscreenDelete}
+ >
+ {globalize.translate('DeleteCustomImage')}
+