diff --git a/plasmoid/package/contents/ui/ContextMenu.qml b/plasmoid/package/contents/ui/ContextMenu.qml index 553b3f274..e98102ed3 100644 --- a/plasmoid/package/contents/ui/ContextMenu.qml +++ b/plasmoid/package/contents/ui/ContextMenu.qml @@ -101,10 +101,8 @@ PlasmaComponents.ContextMenu { function loadDynamicLaunchActions(launcherUrl) { var lists = []; - //From Plasma 5.10 and frameworks 5.34 jumpLists and - //places are supported + //From Plasma 5.10 and frameworks 5.34, places are also supported if (Latte.WindowSystem.frameworksVersion >= 336384 - && (typeof backend.jumpListActions === "function") && (typeof backend.placesActions === "function")) { lists = [ backend.jumpListActions(launcherUrl, menu),