fix: Retrieve lost setting after resolving merge conflict
This commit is contained in:
parent
11c26ecfca
commit
7db3d87434
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue