disable blur under wayland

pull/2/head
Michail Vourlakos 7 years ago
parent f41395abc3
commit bd211c9d29

@ -1528,7 +1528,7 @@ void DockView::updateEffects()
{
//! CRASH: Dont update effects under wayland
//! because they arent supported yet
if (KWindowSystem::isPlatformWayland() && !m_drawEffects) {
if (KWindowSystem::isPlatformWayland()) {
return;
}

Loading…
Cancel
Save