1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-23 13:33:50 +03:00

use plasma desktop version at plasmoid

This commit is contained in:
Michail Vourlakos 2018-04-02 16:44:00 +03:00
parent ad16d8d1b8
commit a0e4c029a9

View File

@ -707,7 +707,7 @@ Item {
tasksStarting = count; tasksStarting = count;
///Plasma 5.9 enforce grouping at all cases ///Plasma 5.9 enforce grouping at all cases
if (Latte.WindowSystem.frameworksVersion >= 335104) { if (Latte.WindowSystem.plasmaDesktopVersion >= Latte.WindowSystem.makeVersion(5,9,0)) {
groupingWindowTasksThreshold = -1; groupingWindowTasksThreshold = -1;
} }
} }