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:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user