fix: Retrieve lost setting after resolving merge conflict

This commit is contained in:
Aleksander Grygier 2025-11-24 16:03:56 +01:00
parent 11c26ecfca
commit 7db3d87434
1 changed files with 6 additions and 0 deletions

View File

@ -109,6 +109,12 @@
label: 'Disable automatic scroll',
type: 'checkbox'
},
{
key: 'autoMicOnEmpty',
label: 'Show microphone on empty input',
type: 'checkbox',
isExperimental: true
},
{
key: 'renderUserContentAsMarkdown',
label: 'Render user content as Markdown',