0
0
Fork 0

fix: refs #6900 rollback

This commit is contained in:
Jorge Penadés 2024-09-10 14:36:44 +02:00
parent 070c9ca25f
commit 77f2a4d825
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ const itemComputed = computed(() => {
<QItemSection>
{{ t(itemComputed.title) }}
<QTooltip>
{{ 'Ctrl + Alt + ' + item.keyBinding?.toUpperCase() }}
{{ 'Ctrl + Alt + ' + item.keyBinding.toUpperCase() }}
</QTooltip>
</QItemSection>
<QItemSection side>