We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d930925 commit cc80c59Copy full SHA for cc80c59
package/contents/ui/configGlobalWidgetOverrides.qml
@@ -32,6 +32,7 @@ KCM.SimpleKCM {
32
Component.onCompleted: {
33
configOverrides = JSON.parse(JSON.stringify(config.overrides))
34
associationsModel = JSON.parse(JSON.stringify(config.associations))
35
+ associationsModel = Utils.clearOldWidgetConfig(associationsModel)
36
console.log(JSON.stringify(associationsModel))
37
initWidgets()
38
}
0 commit comments