diff --git a/src/App.vue b/src/App.vue index e47244ea..f8a207df 100644 --- a/src/App.vue +++ b/src/App.vue @@ -82,6 +82,7 @@ function updateHtmlThemeAttribute(themeName: string) { async function fetchBackgroundImages() { try { backgroundImages.value = await api.get(`/login/wallpapers`) + activeImageIndex.value = 0 } catch (e) { console.error(e) }