fix: add close button to keyboard shortcut button

Resolves https://community.vikunja.io/t/ios-view-bug-project-info-screen-has-no-way-to-exit/3457/10
This commit is contained in:
kolaente 2025-07-25 09:53:27 +02:00
parent b58fbc724a
commit adaafafe90
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
class="has-background-white keyboard-shortcuts"
:shadow="false"
:title="$t('keyboardShortcuts.title')"
:show-close="true"
@close="close()"
>
<template
v-for="(s, i) in shortcuts"