diff --git a/app/(auth)/settings.tsx b/app/(auth)/settings.tsx index 8c5ccc6a..348d3a24 100644 --- a/app/(auth)/settings.tsx +++ b/app/(auth)/settings.tsx @@ -4,11 +4,11 @@ import { ListItem } from "@/components/ListItem"; import { apiAtom, useJellyfin, userAtom } from "@/providers/JellyfinProvider"; import { clearLogs, readFromLog } from "@/utils/log"; import { useQuery } from "@tanstack/react-query"; -import * as FileSystem from "expo-file-system"; import { useAtom } from "jotai"; import { ScrollView, View } from "react-native"; import * as Haptics from "expo-haptics"; import { useFiles } from "@/hooks/useFiles"; +import { SettingToggles } from "@/components/settings/SettingToggles"; export default function settings() { const { logout } = useJellyfin(); @@ -28,11 +28,13 @@ export default function settings() { Information - + + +