Skip to content

Commit

Permalink
fix: new global override format not saving
Browse files Browse the repository at this point in the history
  • Loading branch information
luisbocanegra committed Jan 9, 2025
1 parent d930925 commit cc80c59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/contents/ui/configGlobalWidgetOverrides.qml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ KCM.SimpleKCM {
Component.onCompleted: {
configOverrides = JSON.parse(JSON.stringify(config.overrides))
associationsModel = JSON.parse(JSON.stringify(config.associations))
associationsModel = Utils.clearOldWidgetConfig(associationsModel)
console.log(JSON.stringify(associationsModel))
initWidgets()
}
Expand Down

0 comments on commit cc80c59

Please sign in to comment.