fix visual on drop a plasmoid

--this was broken from the new behavior
concerning launchers and their checks
pull/1/head
Michail Vourlakos 8 years ago
parent f04c96e95c
commit fadd4f73c7

@ -507,9 +507,9 @@ DragDrop.DropArea {
if (latteApplet) {
if (latteApplet.launchersDrop(event)) {
root.addLaunchersMessage = true;
}
if (root.addLaunchersInTaskManager) {
return;
if (root.addLaunchersInTaskManager) {
return;
}
}
}

Loading…
Cancel
Save