Remove Voice settings page and voice references

This commit is contained in:
2026-03-15 01:59:24 +08:00
parent 92eea398ea
commit e3cb549863
3 changed files with 1 additions and 2 deletions

View File

@@ -168,7 +168,6 @@ export const SETTINGS_PAGE_METADATA: readonly SettingsPageMeta[] = [
},
{ slug: 'notifications', title: 'Notifications', group: 'general', kind: 'single', keywords: ['alerts', 'native', 'summary', 'summarization'], },
{ slug: 'voice', title: 'Voice', group: 'advanced', kind: 'single', keywords: ['tts', 'speech', 'voice'], isAvailable: (ctx) => !ctx.isVSCode },
] as const;
export const LEGACY_SIDEBAR_SECTION_TO_SETTINGS_SLUG: Record<SidebarSection, SettingsPageSlug> = {