diff --git a/src/renderer/src/pages/settings/SettingsPage.tsx b/src/renderer/src/pages/settings/SettingsPage.tsx index 9e3e94ca60..f2b4daabe9 100644 --- a/src/renderer/src/pages/settings/SettingsPage.tsx +++ b/src/renderer/src/pages/settings/SettingsPage.tsx @@ -9,6 +9,7 @@ import { RocketOutlined, SaveOutlined, SettingOutlined, + SoundOutlined, ThunderboltOutlined } from '@ant-design/icons' import { Navbar, NavbarCenter } from '@renderer/components/app/Navbar' @@ -32,6 +33,7 @@ import ProvidersList from './ProviderSettings' import QuickAssistantSettings from './QuickAssistantSettings' import QuickPhraseSettings from './QuickPhraseSettings' import ShortcutSettings from './ShortcutSettings' +import TTSSettings from './TTSSettings/TTSSettings' import WebSearchSettings from './WebSearchSettings' const SettingsPage: FC = () => { @@ -122,6 +124,12 @@ const SettingsPage: FC = () => { {t('settings.data.title')} + + + + {t('settings.tts.title')} + + @@ -141,6 +149,7 @@ const SettingsPage: FC = () => { } /> } /> } /> + } /> } /> } />