Make the Auto backend the default one on Linux

This commit is contained in:
Federico Terzi 2020-04-18 19:32:09 +02:00
parent 573b8ddcfd
commit 5a7c6c4572

View File

@ -257,7 +257,7 @@ impl Default for BackendType {
#[cfg(target_os = "linux")]
fn default() -> Self {
BackendType::Clipboard
BackendType::Auto
}
}