Fix showing the keyboard shortcuts from the menu
This commit is contained in:
parent
a0d63272a6
commit
4733963749
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
||||||
v-if="privacyPolicyUrl">
|
v-if="privacyPolicyUrl">
|
||||||
Privacy policy
|
Privacy policy
|
||||||
</a>
|
</a>
|
||||||
<a @click="keyboardShortcutsActive = true" class="dropdown-item">Keyboard
|
<a @click="$store.commit('keyboardShortcutsActive', true)" class="dropdown-item">Keyboard
|
||||||
Shortcuts</a>
|
Shortcuts</a>
|
||||||
<a @click="logout()" class="dropdown-item">
|
<a @click="logout()" class="dropdown-item">
|
||||||
Logout
|
Logout
|
||||||
|
|
Loading…
Reference in a new issue