mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-01 17:24:48 +00:00
homescreen: Remove non-existent signal emit
This commit is contained in:
parent
24b03d0e49
commit
edb0b58309
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue