Frontend: Remove archive from minimized navigation
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
68b77e1e7d
commit
b54c06dea1
1 changed files with 0 additions and 13 deletions
|
@ -123,19 +123,6 @@
|
|||
</v-list-tile-content>
|
||||
</v-list-tile>
|
||||
|
||||
<v-list-tile v-if="mini && $config.feature('archive')" to="/archive" @click=""
|
||||
class="p-navigation-archive">
|
||||
<v-list-tile-action>
|
||||
<v-icon>archive</v-icon>
|
||||
</v-list-tile-action>
|
||||
|
||||
<v-list-tile-content>
|
||||
<v-list-tile-title>
|
||||
<translate>Archive</translate>
|
||||
</v-list-tile-title>
|
||||
</v-list-tile-content>
|
||||
</v-list-tile>
|
||||
|
||||
<v-list-tile v-if="mini" to="/albums" @click="">
|
||||
<v-list-tile-action>
|
||||
<v-icon>folder</v-icon>
|
||||
|
|
Loading…
Reference in a new issue