From bfec9b692b9fd7a254a0c30fa9d31667594dd62d Mon Sep 17 00:00:00 2001 From: bymyself Date: Wed, 12 Feb 2025 08:02:27 -0700 Subject: [PATCH] Add keybind hint to confirm close dialog (#2529) Co-authored-by: github-actions --- .../dialog/content/ConfirmationDialogContent.vue | 11 +++++++++++ src/components/topbar/WorkflowTab.vue | 6 +++++- src/locales/en/main.json | 1 + src/locales/fr/main.json | 1 + src/locales/ja/main.json | 1 + src/locales/ko/main.json | 1 + src/locales/ru/main.json | 1 + src/locales/zh/main.json | 1 + src/services/dialogService.ts | 9 ++++++--- src/services/workflowService.ts | 7 +++++-- 10 files changed, 33 insertions(+), 6 deletions(-) diff --git a/src/components/dialog/content/ConfirmationDialogContent.vue b/src/components/dialog/content/ConfirmationDialogContent.vue index ecde16c98..9fe3b94b6 100644 --- a/src/components/dialog/content/ConfirmationDialogContent.vue +++ b/src/components/dialog/content/ConfirmationDialogContent.vue @@ -4,6 +4,15 @@ + + {{ hint }} +