homescreen: Remove non-existent signal emit

This commit is contained in:
Devin Lin 2021-12-31 10:31:56 -05:00
parent 24b03d0e49
commit edb0b58309

View file

@ -113,7 +113,6 @@ Repeater {
delegate.iconItem.Kirigami.ScenePosition.y + delegate.iconItem.height/2, delegate.iconItem.Kirigami.ScenePosition.y + delegate.iconItem.height/2,
Math.min(delegate.iconItem.width, delegate.iconItem.height)); Math.min(delegate.iconItem.width, delegate.iconItem.height));
} }
root.launched();
} }
onParentFromLocationChanged: { onParentFromLocationChanged: {
if (!launcherDragManager.active && parent != parentFromLocation) { if (!launcherDragManager.active && parent != parentFromLocation) {