Make the Auto backend the default one on Linux
This commit is contained in:
parent
573b8ddcfd
commit
5a7c6c4572
|
@ -257,7 +257,7 @@ impl Default for BackendType {
|
||||||
|
|
||||||
#[cfg(target_os = "linux")]
|
#[cfg(target_os = "linux")]
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
BackendType::Clipboard
|
BackendType::Auto
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user