0
0
Fork 0

hotFix: keyBinding toUpperCase if is null

This commit is contained in:
Alex Moreno 2024-09-11 08:33:25 +02:00
parent 1094daf530
commit 97da106522
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>