diff --git a/tools/ui/src/lib/constants/settings-registry.ts b/tools/ui/src/lib/constants/settings-registry.ts index 7bd8aa858..d059c3813 100644 --- a/tools/ui/src/lib/constants/settings-registry.ts +++ b/tools/ui/src/lib/constants/settings-registry.ts @@ -261,7 +261,7 @@ const SETTINGS_REGISTRY: Record = { key: SETTINGS_KEYS.AUTO_MIC_ON_EMPTY, label: 'Show microphone on empty input', help: 'Automatically show microphone button instead of send button when textarea is empty for models with audio modality support.', - defaultValue: true, + defaultValue: false, type: SettingsFieldType.CHECKBOX, section: SETTINGS_SECTION_SLUGS.DISPLAY, isExperimental: true,