mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-20 18:14:29 -07:00
feat: add missing visual cue for closing dialogs with Esc key (#11386)
This commit is contained in:
@@ -114,7 +114,9 @@ export function PermissionsModifyTrustDialog({
|
||||
initialIndex={initialIndex}
|
||||
/>
|
||||
<Box marginTop={1}>
|
||||
<Text color={theme.text.secondary}>(Use Enter to select)</Text>
|
||||
<Text color={theme.text.secondary}>
|
||||
(Use Enter to select, Esc to close)
|
||||
</Text>
|
||||
</Box>
|
||||
</Box>
|
||||
{needsRestart && (
|
||||
|
||||
Reference in New Issue
Block a user