mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-16 21:10:40 -07:00
fix(ux): fixed issue with transcribed text not showing after releasing space (#26609)
This commit is contained in:
@@ -2149,7 +2149,7 @@ const SETTINGS_SCHEMA = {
|
||||
label: 'Voice Stop Grace Period (ms)',
|
||||
category: 'Experimental',
|
||||
requiresRestart: false,
|
||||
default: 1000,
|
||||
default: 4000,
|
||||
description:
|
||||
'How long to wait for final transcription after stopping recording.',
|
||||
showInDialog: true,
|
||||
|
||||
Reference in New Issue
Block a user