diff --git a/src/components/lists/settings/background.vue b/src/components/lists/settings/background.vue index a5cfb22c7..44cd629dc 100644 --- a/src/components/lists/settings/background.vue +++ b/src/components/lists/settings/background.vue @@ -82,6 +82,9 @@ }, methods: { newBackgroundSearch() { + if (!this.unsplashBackgroundEnabled) { + return + } // This is an extra method to reset a few things when searching to not break loading more photos. this.$set(this, 'backgroundSearchResult', []) this.$set(this, 'backgroundThumbs', {})