Skip to content

Use the same configs for watching and reading

David Redondo requested to merge work/sameconfig into master

KColorScheme uses KSharedConfig::openConfig() when no config is specified, we were watching a KSharedConfig::openConfig("kdeglobals") which seemingly is not updated instantly because it technically is different even though effectively it's the same config. Watching the same configs solves the theme not updating when the global theme is switched BUG:421745 FIXED-IN:5.21

Merge request reports