Skip to content

Commit 4c282cd

Browse files
mhduiydeepin-bot[bot]
authored andcommitted
fix(dcc-dock-plugin): combobox is empty
Model property assignment error pms: TASK-286969
1 parent f204b7a commit 4c282cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ DccObject {
213213
pageType: DccObject.Editor
214214
page: CustomComBobox {
215215
flat: true
216-
model: showModeMode
216+
model: showModeModel
217217
currentIndex: indexByValue(dccData.dockInter.showInPrimary)
218218

219219
ListModel {

0 commit comments

Comments
 (0)