Skip to content

Commit 3fa3b17

Browse files
committed
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 3fa3b17

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)