1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-08-15 09:49:35 +03:00

disable blur under wayland

This commit is contained in:
Michail Vourlakos
2018-04-02 15:12:46 +03:00
parent f41395abc3
commit bd211c9d29

View File

@ -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;
}