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

do not add double launchers

--when the user used the Add launcher from
the context menu in Plasma 5.9 then a double
launcher was added
This commit is contained in:
Michail Vourlakos 2017-03-29 19:46:07 +03:00
parent f69d43a09c
commit 3151b2a50d

View File

@ -574,7 +574,7 @@ PlasmaComponents.ContextMenu {
root.updateLaunchersNewArchitecture();
} else {
tasksModel.requestAddLauncher(visualParent.m.LauncherUrlWithoutIcon);
root.updateLaunchersNewArchitecture();
// root.updateLaunchersNewArchitecture();
}
}
}