From 60a0ae3be72d19fcb82629ebf8fe30b8c02f738d Mon Sep 17 00:00:00 2001 From: Erica Z Date: Wed, 13 Nov 2024 18:19:33 +0100 Subject: [PATCH] also clear that --- src/ui/window.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/window.rs b/src/ui/window.rs index 2cfc3bb..b16ee93 100644 --- a/src/ui/window.rs +++ b/src/ui/window.rs @@ -672,6 +672,7 @@ mod imp { self.queued_seek.set(None); self.obj().set_playing_cover_art(None::); + self.obj().set_background(None::); } #[template_callback]