fix(wallpaper): Settings reset on entering page (#1256)
This commit is contained in:
parent
f7d16417cd
commit
bd46f92215
1 changed files with 1 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue