diff --git a/mobile/src/pages/SettingsPage.tsx b/mobile/src/pages/SettingsPage.tsx index 5d326b4a..a9012e32 100644 --- a/mobile/src/pages/SettingsPage.tsx +++ b/mobile/src/pages/SettingsPage.tsx @@ -25,7 +25,7 @@ import { DialogTitle, } from '@/components/ui/dialog' import { toast } from '@/hooks/useToast' -import { Eye, EyeOff, Check, Loader2, Monitor, Moon, Sun, Download, RefreshCw, Github, Globe, Database, ChevronRight, X, Trash2, CheckCircle2, Circle, AlertCircle } from 'lucide-react' +import { Eye, EyeOff, Check, Loader2, Monitor, Moon, Sun, Download, RefreshCw, Github, Globe, Database, ChevronRight, X, Trash2, CheckCircle2, Circle, AlertCircle, Settings } from 'lucide-react' interface CacheItem { cacheName: string @@ -919,9 +919,12 @@ export function SettingsPage() { } return ( -
{t('settings.mobileDescription')}