1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-27 14:50:21 +03:00

fix visual on drop a plasmoid

--this was broken from the new behavior
concerning launchers and their checks
This commit is contained in:
Michail Vourlakos 2017-03-25 18:39:39 +02:00
parent 15b4359d84
commit 682d55a149

View File

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