Skip to content

WallpaperItem: add `accentColor` property

Fushan Wen requested to merge work/fuf/accent into master

The old signal repaintNeeded doesn't save the custom accent color from the default wallpaper image plugin, so when the default wallpaper "Mountain" is used and the accent color from wallpaper is not enabled, the preview color from wallpaper is always wrong because ImageColors ignores pixels whose chroma is below 20.

Merge request reports