diff options
Diffstat (limited to 'viewer/src/views/MainLayout.vue')
-rw-r--r-- | viewer/src/views/MainLayout.vue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/viewer/src/views/MainLayout.vue b/viewer/src/views/MainLayout.vue index 2d74db9..6ab7d9a 100644 --- a/viewer/src/views/MainLayout.vue +++ b/viewer/src/views/MainLayout.vue | |||
@@ -19,6 +19,10 @@ | |||
19 | 19 | ||
20 | <template> | 20 | <template> |
21 | <div :class="{'fullscreen': $uiStore.fullscreen, 'fullwidth': $uiStore.fullWidth}"> | 21 | <div :class="{'fullscreen': $uiStore.fullscreen, 'fullwidth': $uiStore.fullWidth}"> |
22 | <ld-title | ||
23 | :gallery-title="$galleryStore.galleryTitle" | ||
24 | :current-item="$galleryStore.currentItem" | ||
25 | /> | ||
22 | <panel-top v-if="!isLoading" class="layout layout-top" /> | 26 | <panel-top v-if="!isLoading" class="layout layout-top" /> |
23 | <panel-left v-if="!isLoading" class="layout layout-left" /> | 27 | <panel-left v-if="!isLoading" class="layout layout-left" /> |
24 | <router-view v-if="!isLoading" ref="content" class="layout layout-content scrollbar" /> | 28 | <router-view v-if="!isLoading" ref="content" class="layout layout-content scrollbar" /> |