1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-10 20:58:18 +03:00

fix crash when updating indicators

This commit is contained in:
Michail Vourlakos 2021-01-23 21:16:13 +02:00
parent 16d01e8025
commit 52490c6d7c

View File

@ -1492,6 +1492,11 @@ void View::releaseGrab()
QVariantList View::containmentActions()
{
QVariantList actions;
if (!containment()) {
return actions;
}
/*if (containment()->corona()->immutability() != Plasma::Types::Mutable) {
return actions;
}*/