mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 03:30:40 +00:00
fix: revert verbose mode hint to original descriptive text
Restore "Press Ctrl+O to show full tool output" which is clearer than "toggle verbose mode" per PR review feedback.
This commit is contained in:
parent
bcd0b5efe6
commit
55116f86e3
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ export const CompactToolGroupDisplay: React.FC<
|
|||
|
||||
{/* Hint line */}
|
||||
<Text color={theme.text.secondary}>
|
||||
{t('Press Ctrl+O to toggle verbose mode')}
|
||||
{t('Press Ctrl+O to show full tool output')}
|
||||
</Text>
|
||||
</Box>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue