From c789a08053c30c197f0b0b2ae3b06326541cadd2 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Wed, 29 Mar 2017 20:06:42 +0300 Subject: [PATCH] more grouping capabilities --- plasmoid/contents/ui/main.qml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plasmoid/contents/ui/main.qml b/plasmoid/contents/ui/main.qml index 505687395..6331bada7 100644 --- a/plasmoid/contents/ui/main.qml +++ b/plasmoid/contents/ui/main.qml @@ -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; + } } }