Skip to content

Commit cde3c4f

Browse files
wjyrichBLumia
authored andcommitted
fix: add x-dde-dock-dnd-source for dde-dock
when drag app from laucher to dock can be classified. Log: updateDragSource
1 parent 46e4d3d commit cde3c4f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

qml/Helper.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ QtObject {
4949
}
5050
if (!DesktopIntegration.appIsDummyPackage(desktopId)) {
5151
mime["text/x-dde-dock-dnd-appid"] = desktopId
52+
mime["text/x-dde-dock-dnd-source"] = "launcher"
5253
}
5354
return mime
5455
}

0 commit comments

Comments
 (0)