aboutsummaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index 0641b2a..a1960eb 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -54,7 +54,14 @@
v-else-if="atSettings"
@update-title-size="updateTitleSize"
@update-content-size="updateContentSize"
- @update-background-image-u-r-l="updateBackgroundImageURL"
+ @update-background-image-u-r-l="
+ (s) => {
+ updateBackgroundImageURL(s);
+ setSnackbarText(
+ s ? `BackgroundImage set to ${s}.` : `backgroundImage reset.`
+ );
+ }
+ "
:realTitleSize="parseInt(titleSize)"
:realContentSize="contentSize"
/>