diff --git a/shell_client.cpp b/shell_client.cpp index 0b81a72a46..2eba9ebece 100644 --- a/shell_client.cpp +++ b/shell_client.cpp @@ -648,6 +648,9 @@ void ShellClient::installPlasmaShellSurface(PlasmaShellSurfaceInterface *surface case PlasmaShellSurfaceInterface::Role::Panel: type = NET::Dock; break; + case PlasmaShellSurfaceInterface::Role::OnScreenDisplay: + type = NET::OnScreenDisplay; + break; case PlasmaShellSurfaceInterface::Role::Normal: default: type = NET::Normal;