feat: shortcuts indicator toggle

This commit is contained in:
liyasthomas
2021-07-19 22:12:56 +05:30
parent ae8cf656a3
commit 88ccda8fd1
6 changed files with 51 additions and 7 deletions

View File

@@ -74,10 +74,7 @@
<template #trigger>
<TabPrimary
v-tippy="{ theme: 'tooltip' }"
:title="
$t('more') +
`<kbd class='shortcut'>${getSpecialKey()}</kbd><kbd class='shortcut'>M</kbd>`
"
:title="$t('more')"
icon="drag_indicator"
/>
</template>