1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-27 14:50:21 +03:00

fix #412,fix for groupDialog in plasma 5.8

This commit is contained in:
Michail Vourlakos 2017-04-21 16:45:59 +03:00
parent dcb07886ed
commit e36033bde7

@ -492,7 +492,9 @@ Item {
//! otherwise it crashes.
//! frameworks 5.29.0 provide id 335104
//! work only after Plasma 5.9 and frameworks 5.29
if (Latte.WindowSystem.frameworksVersion >= 335104) {
//! + added a check for groupDialog also when it is present
//! in plasma 5.8 (that was introduced after 5.8.5)
if (Latte.WindowSystem.frameworksVersion >= 335104 || (groupDialog !== undefined)) {
groupDialog = groupDialogGhost;
}
}