Skip to content

Commit

Permalink
fix(wallpaper): change wallpaper for dark theme settings (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko authored Dec 2, 2023
1 parent 3413d37 commit bf638f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Views/Wallpaper.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit bf638f3

Please sign in to comment.