Skip to content

[klipper] Prevent crash if clipboard is empty and preventEmptyClipboard is off

David Edmundson requested to merge work/klipper_sync_nocrash into master

On wayland the concept of an empty clipboard is presented differently. The case where we're not syncing the clipboard was not guarded correctly.

Merge request reports