more grouping capabilities

pull/1/head
Michail Vourlakos 8 years ago
parent 91ac079342
commit c789a08053

@ -454,6 +454,11 @@ Item {
icList.model = tasksModel;
tasksStarting = count;
///Plasma 5.9 enforce grouping at all cases
if (Latte.WindowSystem.frameworksVersion >= 335104) {
groupingWindowTasksThreshold = -1;
}
}
}

Loading…
Cancel
Save