mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-07-13 19:40:31 +00:00
fix: Settings button in the sidebar
This commit is contained in:
parent
0f27c91eca
commit
5a8e7171b1
@ -41,7 +41,7 @@
|
|||||||
<div v-if="user.perm.admin">
|
<div v-if="user.perm.admin">
|
||||||
<button
|
<button
|
||||||
class="action"
|
class="action"
|
||||||
@click="toSettings"
|
@click="toGlobalSettings"
|
||||||
:aria-label="$t('sidebar.settings')"
|
:aria-label="$t('sidebar.settings')"
|
||||||
:title="$t('sidebar.settings')"
|
:title="$t('sidebar.settings')"
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user