fix: Settings button in the sidebar
parent
0f27c91eca
commit
5a8e7171b1
|
@ -41,7 +41,7 @@
|
|||
<div v-if="user.perm.admin">
|
||||
<button
|
||||
class="action"
|
||||
@click="toSettings"
|
||||
@click="toGlobalSettings"
|
||||
:aria-label="$t('sidebar.settings')"
|
||||
:title="$t('sidebar.settings')"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue