mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-27 14:50:21 +03:00
fix #446,fix crash from groupDialog in 5.8
--this situation with libtaskmanager and crashing from groupDialog wrong initialization is also in plasma 5.8... I hope we catch all the cases...
This commit is contained in:
parent
f8261fd265
commit
c204ad0ce8
@ -494,9 +494,9 @@ Item {
|
||||
//! work only after Plasma 5.9 and frameworks 5.29
|
||||
//! + 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)) {
|
||||
//if (Latte.WindowSystem.frameworksVersion >= 335104 || (groupDialog !== undefined)) {
|
||||
groupDialog = groupDialogGhost;
|
||||
}
|
||||
//}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user