diff --git a/src/config/mod.rs b/src/config/mod.rs index 0acbaf7..cb6b215 100644 --- a/src/config/mod.rs +++ b/src/config/mod.rs @@ -69,7 +69,7 @@ fn default_secure_input_watcher_enabled() -> bool {true} fn default_secure_input_notification() -> bool {true} fn default_show_notifications() -> bool {true} fn default_show_icon() -> bool {true} -fn default_fast_inject() -> bool {false} +fn default_fast_inject() -> bool {true} fn default_secure_input_watcher_interval() -> i32 {5000} fn default_matches() -> Vec { Vec::new() } fn default_global_vars() -> Vec { Vec::new() }