mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-27 14:50:21 +03:00
more grouping capabilities
This commit is contained in:
parent
3151b2a50d
commit
14df33d183
@ -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…
x
Reference in New Issue
Block a user