Skip to content

kded/requestpin: only use forceActiveWindow on X11

The Request PIN dialog is forceActiveWindow()ed on both Wayland and X11, but this only works on X11 so a warning is printed to that effect.

Instead, only do it on X11.


I can't easily test whether the window is actually focused on Wayland, but I think it should be (and if it isn't, a warning doesn't really make it better).

Merge request reports

Loading