feat: update ctrl+t text (#845)

This commit is contained in:
N. Taylor Mullen
2025-06-08 00:16:08 -07:00
committed by GitHub
parent 042685ca48
commit e6d69cf339
@@ -52,7 +52,7 @@ export const ContextSummaryDisplay: React.FC<ContextSummaryDisplayProps> = ({
if (showToolDescriptions) {
summaryText += ' (Ctrl+T to hide descriptions)';
} else {
summaryText += ' (Ctrl+T to view descriptions)';
summaryText += ' (ctrl+t for details)';
}
}
}