import { useSettings } from "@/hooks/useSettings"; import { Label } from "@/components/ui/label"; import { Switch } from "@/components/ui/switch"; import { showInfo } from "@/lib/toast"; export function TelemetrySwitch() { const { settings, updateSettings } = useSettings(); return (