Sync
Automatically pull vault changes from Git in the background.
Release Channel
Controls which features are visible. Alpha users see all features. Beta/Stable see features as they are promoted.
Privacy & Telemetry
Anonymous data helps us fix bugs and improve Tolaria. No vault content, note titles, or file paths are ever sent.
)
}
function OrganizationWorkflowSection({
checked,
onChange,
}: {
checked: boolean
onChange: (value: boolean) => void
}) {
return (
<>