Skip to content
Commit f5fe8b72 authored by Fushan Wen's avatar Fushan Wen
Browse files

kcms/colors: port away from ugly hacks in saveColors

Use the proper DBus signal to notify the change of
accentColorFromWallpaper.

applyScheme needs the latest accentColor but when it's called from `KCMColors::saveColors()`,
the accent color in kdeglobals is still old, that's why the hack works
by saving the value before `ManagedConfigModule::save()`. Therefore we
can pass the latest accent color value to applyScheme to fix it and
remove the ugly hack.
parent 16ec9cdc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment