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:
parent
16d01e8025
commit
52490c6d7c
@ -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;
|
||||
}*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user