fix(tv): hide hero setting
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user