fix: hide backup settings on TV

close #937
This commit is contained in:
edde746
2026-05-01 06:56:56 +02:00
parent d9d66fe54e
commit 97e65a811c
+1 -1
View File
@@ -188,7 +188,7 @@ class _SettingsScreenState extends State<SettingsScreen> with FocusableTab {
if (UpdateService.isUpdateCheckEnabled) ...[_buildUpdateSection()],
if (!PlatformDetector.isAppleTV()) _buildBackupSection(),
if (!PlatformDetector.isTV()) _buildBackupSection(),
ListTile(
focusNode: _focusTracker.get(_kAbout),