#6772 warmfix fix e2e #695

Merged
jorgep merged 4 commits from 6772-warmfix-fixE2e into test 2024-09-11 07:12:35 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 77f2a4d825 - Show all commits

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>