Skip to content

Don't read default wallpaper multiple times

Nicolas Fella requested to merge work/nico/default-image into master

On startup we call setSource() with an empty string multiple times, each time calling useSingleImageDefaults(), which loads the wallpaper

That's expensive, so track whether we currently hold the default wallpaper and don't load it again

Merge request reports