Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-11-25 15:01:06 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-11-25 15:01:06 +0300
commit623015aad68975b2ac6c00b0c5a407a43dca410a (patch)
tree3b3420b1248a9e7833252988758374ff065fa15d /src
parent26af08f8c39faaff91964cd3aedf7ed179d86e53 (diff)
Exact router selector for root
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/Photos.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Photos.vue b/src/Photos.vue
index ed97f787..acd5057a 100644
--- a/src/Photos.vue
+++ b/src/Photos.vue
@@ -26,7 +26,8 @@
<AppNavigationItem :to="{name: 'root'}"
class="app-navigation__photos"
:title="t('photos', 'Your photos')"
- icon="icon-photos" />
+ icon="icon-photos"
+ exact />
<AppNavigationItem to="/favorites" :title="t('photos', 'Favorites')" icon="icon-favorite" />
<AppNavigationItem :to="{name: 'albums'}" :title="t('photos', 'Your albums')" icon="icon-files-dark" />
<AppNavigationItem :to="{name: 'shared'}" :title="t('photos', 'Shared albums')" icon="icon-share" />