Skip to content

Don't create a new KColorScheme for each KIconColors

Nicolas Fella requested to merge work/savecolors into master

For each icon request we are creating a KIconColors which in turn creates a KColorScheme

However we always create the same colorscheme which is wasteful

Cache it to avoid recreating it

Merge request reports