remove no needed check in ContextMenu

pull/1/head
Michail Vourlakos 8 years ago
parent 930c617c86
commit 7020e58289

@ -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),

Loading…
Cancel
Save