mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-21 02:24:09 -07:00
fix(cli): add Esc instruction to HooksDialog footer (#23258)
This commit is contained in:
@@ -244,6 +244,11 @@ export const HooksDialog: React.FC<HooksDialogProps> = ({
|
||||
</Box>
|
||||
</>
|
||||
)}
|
||||
<Box marginTop={1} flexDirection="column">
|
||||
<Text color={theme.text.secondary} wrap="truncate">
|
||||
(Press Esc to close)
|
||||
</Text>
|
||||
</Box>
|
||||
</Box>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user