fix(core): remove paste_shortcut and backend override from Thunderbird patch. Fix #455
This commit is contained in:
parent
f07d297ce0
commit
85b8a90913
|
@ -34,8 +34,6 @@ pub fn patch() -> PatchDefinition {
|
||||||
base,
|
base,
|
||||||
name,
|
name,
|
||||||
Patches {
|
Patches {
|
||||||
paste_shortcut: Some(Some("CTRL+SHIFT+V".to_string())),
|
|
||||||
backend: Some(Backend::Clipboard),
|
|
||||||
key_delay: Some(Some(15)),
|
key_delay: Some(Some(15)),
|
||||||
inject_delay: Some(Some(15)),
|
inject_delay: Some(Some(15)),
|
||||||
..Default::default()
|
..Default::default()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user