From c325ad34320bcbc4cc12a416fe51fa331ce358de Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Sun, 2 Jun 2024 12:58:37 +1000 Subject: [PATCH] feat(ui): add hotkey hint to exit compare button --- .../gallery/components/ImageViewer/CompareToolbar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/invokeai/frontend/web/src/features/gallery/components/ImageViewer/CompareToolbar.tsx b/invokeai/frontend/web/src/features/gallery/components/ImageViewer/CompareToolbar.tsx index 7fb781edca..1b9849ac6e 100644 --- a/invokeai/frontend/web/src/features/gallery/components/ImageViewer/CompareToolbar.tsx +++ b/invokeai/frontend/web/src/features/gallery/components/ImageViewer/CompareToolbar.tsx @@ -85,8 +85,8 @@ export const CompareToolbar = memo(() => { } - aria-label={t('gallery.exitCompare')} - tooltip={t('gallery.exitCompare')} + aria-label={`${t('gallery.exitCompare')} (Esc)`} + tooltip={`${t('gallery.exitCompare')} (Esc)`} onClick={exitCompare} />