diff --git a/src/xdgshellwindow.cpp b/src/xdgshellwindow.cpp index 061aa2a4c9..95a8c9ddc4 100644 --- a/src/xdgshellwindow.cpp +++ b/src/xdgshellwindow.cpp @@ -1065,7 +1065,6 @@ bool XdgToplevelWindow::acceptsFocus() const switch (m_plasmaShellSurface->role()) { case PlasmaShellSurfaceInterface::Role::Notification: case PlasmaShellSurfaceInterface::Role::CriticalNotification: - case PlasmaShellSurfaceInterface::Role::AppletPopup: return m_plasmaShellSurface->panelTakesFocus(); default: break;