Add showing version info in GUI

Resolves #373
This commit is contained in:
kolaente 2021-07-06 17:05:35 +02:00
parent 647b02e989
commit f3715c7900
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
4 changed files with 67 additions and 1 deletions

View file

@ -82,6 +82,9 @@
<a @click="$store.commit('keyboardShortcutsActive', true)" class="dropdown-item">
{{ $t('keyboardShortcuts.title') }}
</a>
<router-link :to="{name: 'about'}" class="dropdown-item">
{{ $t('about.title') }}
</router-link>
<a @click="logout()" class="dropdown-item">
{{ $t('user.auth.logout') }}
</a>