fix(core): remove paste_shortcut and backend override from Thunderbird patch. Fix #455

This commit is contained in:
Federico Terzi 2022-01-10 19:19:00 +01:00
parent f07d297ce0
commit 85b8a90913

View File

@ -34,8 +34,6 @@ pub fn patch() -> PatchDefinition {
base,
name,
Patches {
paste_shortcut: Some(Some("CTRL+SHIFT+V".to_string())),
backend: Some(Backend::Clipboard),
key_delay: Some(Some(15)),
inject_delay: Some(Some(15)),
..Default::default()