Skip to content

backends/wayland: Do not quit if a window is closed

David Redondo requested to merge work/davidre/waylandclose into master

A bit annoying that it just quits when closing a window. Don't call destroy on KWayland objects, this prevents the wayland destructors form being called.

Merge request reports