mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-02-16 09:02:29 +00:00
Update settings.tsx
This commit is contained in:
@@ -12,7 +12,6 @@ import { QuickConnect } from "@/components/settings/QuickConnect";
|
||||
import { StorageSettings } from "@/components/settings/StorageSettings";
|
||||
import { SubtitleToggles } from "@/components/settings/SubtitleToggles";
|
||||
import { UserInfo } from "@/components/settings/UserInfo";
|
||||
import { Dashboard } from "@/components/settings/Dashboard";
|
||||
import { useHaptic } from "@/hooks/useHaptic";
|
||||
import { useJellyfin } from "@/providers/JellyfinProvider";
|
||||
import { clearLogs } from "@/utils/log";
|
||||
@@ -64,8 +63,6 @@ export default function settings() {
|
||||
<View className="p-4 flex flex-col gap-y-4">
|
||||
<UserInfo />
|
||||
|
||||
{user && user.Policy?.IsAdministrator && <Dashboard className="mb-4" />}
|
||||
|
||||
<QuickConnect className="mb-4" />
|
||||
|
||||
<MediaProvider>
|
||||
|
||||
Reference in New Issue
Block a user