mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-26 23:21:37 +03:00
enable Tasks draggin in live editing mode
This commit is contained in:
parent
8b2e31e6ef
commit
a61120bd7d
@ -531,7 +531,7 @@ MouseArea{
|
||||
}
|
||||
|
||||
onIsDraggedChanged: {
|
||||
if(isDragged && (!root.editMode)){
|
||||
if(isDragged && (!root.inConfigureAppletsMode)){
|
||||
root.dragSource = taskItem;
|
||||
dragHelper.startDrag(taskItem, model.MimeType, model.MimeData,
|
||||
model.LauncherUrlWithoutIcon, model.decoration);
|
||||
|
Loading…
Reference in New Issue
Block a user