summaryrefslogtreecommitdiffstats
path: root/apps/dashboard/src/App.vue
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-08-18 20:30:12 +0200
committerJulius Härtl <jus@bitgrid.net>2020-08-19 17:07:29 +0200
commit1e61cf617a383763c27175a6c3196e8fdb93bf94 (patch)
tree33f6bfa768f6fd23763d242b38130b8e47c91820 /apps/dashboard/src/App.vue
parentd288a11cee23ea5f251264b13aa39dd528811e9b (diff)
downloadnextcloud-server-1e61cf617a383763c27175a6c3196e8fdb93bf94.tar.gz
nextcloud-server-1e61cf617a383763c27175a6c3196e8fdb93bf94.zip
Add active indicator to background selector
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/dashboard/src/App.vue')
-rw-r--r--apps/dashboard/src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dashboard/src/App.vue b/apps/dashboard/src/App.vue
index 8a5daf904c4..294fddf259b 100644
--- a/apps/dashboard/src/App.vue
+++ b/apps/dashboard/src/App.vue
@@ -58,7 +58,7 @@
<a :href="appStoreUrl" class="button">{{ t('dashboard', 'Get more widgets from the app store') }}</a>
<h3>{{ t('dashboard', 'Change background image') }}</h3>
- <BackgroundSettings @updateBackground="updateBackground" />
+ <BackgroundSettings :background="background" @updateBackground="updateBackground" />
<h3>{{ t('dashboard', 'Credits') }}</h3>
<p>{{ t('dashboard', 'Photos') }}: <a href="https://www.flickr.com/photos/paszczak000/8715851521/" target="_blank" rel="noopener">Clouds (Kamil Porembiński)</a>, <a href="https://www.flickr.com/photos/148302424@N05/36591009215/" target="_blank" rel="noopener">Un beau soir dété (Tanguy Domenge)</a>.</p>