Make fast_inject enabled by default on Linux

This commit is contained in:
Federico Terzi 2020-05-05 20:29:44 +02:00
parent f6c9d17db6
commit 171c18873e

View File

@ -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<Match> { Vec::new() }
fn default_global_vars() -> Vec<MatchVariable> { Vec::new() }