Allow primary selection for sharing
Adds a feature flag to use the primary selection instead of the clipboard. Only works on Linux.
This commit is contained in:
committed by
Henrik Friedrichsen
parent
3ab32a7c51
commit
02b66b6cdd
@@ -53,6 +53,7 @@ default-features = false
|
||||
|
||||
[features]
|
||||
share_clipboard = ["clipboard"]
|
||||
share_selection = ["clipboard"] # Use the primary selection for sharing - linux only
|
||||
alsa_backend = ["librespot-playback/alsa-backend"]
|
||||
pulseaudio_backend = ["librespot-playback/pulseaudio-backend"]
|
||||
rodio_backend = ["librespot-playback/rodio-backend"]
|
||||
|
||||
Reference in New Issue
Block a user