From bf638f3995b9a479f73e8ce7a035f01ce37e24be Mon Sep 17 00:00:00 2001 From: madomado Date: Sat, 2 Dec 2023 13:22:28 +0800 Subject: [PATCH] fix(wallpaper): change wallpaper for dark theme settings (#382) --- src/Views/Wallpaper.vala | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Views/Wallpaper.vala b/src/Views/Wallpaper.vala index 07251444a..bcfd5f638 100644 --- a/src/Views/Wallpaper.vala +++ b/src/Views/Wallpaper.vala @@ -206,6 +206,7 @@ public class PantheonShell.Wallpaper : Gtk.Box { } gnome_background_settings.set_string ("picture-uri", uri); + gnome_background_settings.set_string ("picture-uri-dark", ""); } private void update_checked_wallpaper (Gtk.FlowBox box, Gtk.FlowBoxChild child) {