From: Adam Dullage Date: Tue, 9 Aug 2022 08:04:59 +0000 (+0100) Subject: Edit button keyboard shortcut hint X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=cfb7057fbb6ce90b0729d2c2a6aaf8cbaa75e00f;p=flatnotes.git Edit button keyboard shortcut hint --- diff --git a/flatnotes/src/components/App.vue b/flatnotes/src/components/App.vue index b379860..827be19 100644 --- a/flatnotes/src/components/App.vue +++ b/flatnotes/src/components/App.vue @@ -34,6 +34,8 @@ type="button" class="bttn" @click="toggleEditMode" + v-b-tooltip.hover + title="Keyboard Shortcut: e" > Edit