'use client' import { useContext } from 'react' import { Switch, Button } from '@janhq/uikit' import { FeatureToggleContext } from '@/context/FeatureToggle' const Advanced = () => { const { experimentalFeatureEnabed, setExperimentalFeatureEnabled } = useContext(FeatureToggleContext) return (
Enable experimental features that may be unstable or not fully tested.
Open the directory where the app data is located.