fix(wallpaper): Settings reset on entering page (#1256)

This commit is contained in:
Doods 2025-06-28 22:06:56 +03:00 committed by GitHub
parent f7d16417cd
commit bd46f92215
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -976,9 +976,7 @@ impl Page {
}
}
}
WallpaperEvent::Loaded => {
self.select_first_wallpaper();
}
WallpaperEvent::Loaded => self.cache_display_image(),
WallpaperEvent::Error(error) => {
tracing::error!("Failed to load wallpaper: {}", error);
}