mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 10:03:32 -04:00
Hide app navigation settings when not provided
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
7c639a5399
commit
92b31e49a7
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<ul :id="menu.id">
|
||||
<navigation-item v-for="item in menu.items" :item="item" :key="item.key" />
|
||||
</ul>
|
||||
<div id="app-settings">
|
||||
<div id="app-settings" v-if="!!$slots['settings-content']">
|
||||
<div id="app-settings-header">
|
||||
<button class="settings-button"
|
||||
data-apps-slide-toggle="#app-settings-content"
|
||||
|
|
|
|||
Loading…
Reference in a new issue