Skip to content

Commit 75758b2

Browse files
committed
feat: Adapt to the new interface of dde-control-center
hasBackground -> backgroundType Log:
1 parent 53c1bc5 commit 75758b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panels/dock/dcc-dock-plugin/qml/PluginArea.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ DccObject {
4545
property real iconSize: 16
4646
parentName: "personalization/taskBar/pluginArea/pluginAreaView"
4747
weight: 10 + index * 10
48-
hasBackground: true
48+
backgroundType: DccObject.Normal
4949
icon: model.icon
5050
displayName: model.displayName
5151
pageType: DccObject.Editor

0 commit comments

Comments
 (0)