Skip to content

Commit cc80c59

Browse files
committed
fix: new global override format not saving
1 parent d930925 commit cc80c59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/contents/ui/configGlobalWidgetOverrides.qml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ KCM.SimpleKCM {
3232
Component.onCompleted: {
3333
configOverrides = JSON.parse(JSON.stringify(config.overrides))
3434
associationsModel = JSON.parse(JSON.stringify(config.associations))
35+
associationsModel = Utils.clearOldWidgetConfig(associationsModel)
3536
console.log(JSON.stringify(associationsModel))
3637
initWidgets()
3738
}

0 commit comments

Comments
 (0)