feat(ui): add "Esc to close" hint to SettingsDialog (#11289)

Co-authored-by: Miguel Solorio <miguelsolorio@google.com>
Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
JAYADITYA
2025-10-17 04:52:14 +05:30
committed by GitHub
parent 991bd37362
commit a440333990
3 changed files with 16 additions and 14 deletions
@@ -897,7 +897,7 @@ export function SettingsDialog({
<Box height={1} />
<Text color={theme.text.secondary}>
(Use Enter to select
{showScopeSelection ? ', Tab to change focus' : ''})
{showScopeSelection ? ', Tab to change focus' : ''}, Esc to close)
</Text>
{showRestartPrompt && (
<Text color={theme.status.warning}>