Skip to content

Add new config entry to control migrating old config keys

Ahmad Samir requested to merge work/ahmad/config-migration into master

This way we don't run the same migration stuff at every start.

This also fixes an issue with the widget colorscheme config entry; if the old WindowColorScheme key isn't found an empty string is used to write the new UiSettings/ColorScheme key.

Inspired by similar code in KIO (SystemBookMarks related code) and Dolphin.

Merge request reports