feat: tvos support

This commit is contained in:
edde746
2026-04-24 14:11:24 +02:00
parent 77401bef32
commit 2479e1faaa
98 changed files with 4464 additions and 56 deletions
+3 -3
View File
@@ -175,7 +175,7 @@ class _SettingsScreenState extends State<SettingsScreen> with FocusableTab {
_buildTrackersTile(),
// --- Downloads (inline) ---
_buildDownloadsSection(),
if (!PlatformDetector.isAppleTV()) _buildDownloadsSection(),
// --- Keyboard Shortcuts (inline, conditional) ---
if (_keyboardShortcutsSupported) ...[_buildKeyboardShortcutsSection()],
@@ -186,8 +186,8 @@ class _SettingsScreenState extends State<SettingsScreen> with FocusableTab {
// --- Updates (conditional) ---
if (UpdateService.isUpdateCheckEnabled) ...[_buildUpdateSection()],
// --- Backup ---
_buildBackupSection(),
// --- Backup (hidden on Apple TV — no file picker / storage) ---
if (!PlatformDetector.isAppleTV()) _buildBackupSection(),
// --- About ---
ListTile(