mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-08-03 21:23:09 +00:00
fix: Settings button in the sidebar
This commit is contained in:
parent
0f27c91eca
commit
5a8e7171b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue