fix(tv): hide hero setting

This commit is contained in:
edde746
2026-05-19 22:57:24 +02:00
parent b18774d60b
commit 6e47a5fbcf
@@ -47,12 +47,13 @@ class AppearanceSettingsScreen extends StatelessWidget {
),
SettingsSectionHeader(t.settings.homeScreen),
SettingSwitchTile(
pref: SettingsService.showHeroSection,
icon: Symbols.featured_play_list_rounded,
title: t.settings.showHeroSection,
subtitle: t.settings.showHeroSectionDescription,
),
if (!PlatformDetector.isTV())
SettingSwitchTile(
pref: SettingsService.showHeroSection,
icon: Symbols.featured_play_list_rounded,
title: t.settings.showHeroSection,
subtitle: t.settings.showHeroSectionDescription,
),
SettingSwitchTile(
pref: SettingsService.useGlobalHubs,
icon: Symbols.home_rounded,