fix(wallpapers): regression in same-on-all not being applied
Closes #720 Closes #877
This commit is contained in:
parent
dfea9dfc2f
commit
3ee46f3d58
1 changed files with 1 additions and 1 deletions
|
|
@ -468,7 +468,7 @@ impl Page {
|
||||||
|
|
||||||
if self.wallpaper_service_config.same_on_all {
|
if self.wallpaper_service_config.same_on_all {
|
||||||
self.wallpaper_service_config.backgrounds.clear();
|
self.wallpaper_service_config.backgrounds.clear();
|
||||||
// self.wallpaper_service_config.outputs.clear();
|
self.wallpaper_service_config.outputs.clear();
|
||||||
} else if let Some(pos) = self
|
} else if let Some(pos) = self
|
||||||
.wallpaper_service_config
|
.wallpaper_service_config
|
||||||
.backgrounds
|
.backgrounds
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue