fix(core): add missing field in patch configuration
This commit is contained in:
parent
82ef974a6b
commit
ab96b966dd
|
@ -31,6 +31,7 @@ mod macros;
|
||||||
generate_patchable_config!(
|
generate_patchable_config!(
|
||||||
PatchedConfig,
|
PatchedConfig,
|
||||||
backend -> Backend,
|
backend -> Backend,
|
||||||
|
enable -> bool,
|
||||||
clipboard_threshold -> usize,
|
clipboard_threshold -> usize,
|
||||||
pre_paste_delay -> usize,
|
pre_paste_delay -> usize,
|
||||||
paste_shortcut_event_delay -> usize,
|
paste_shortcut_event_delay -> usize,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user