fix(core): add missing field in patch configuration

This commit is contained in:
Federico Terzi 2021-08-21 09:30:15 +02:00
parent 82ef974a6b
commit ab96b966dd

View File

@ -31,6 +31,7 @@ mod macros;
generate_patchable_config!(
PatchedConfig,
backend -> Backend,
enable -> bool,
clipboard_threshold -> usize,
pre_paste_delay -> usize,
paste_shortcut_event_delay -> usize,