Make fast_inject enabled by default on Linux
This commit is contained in:
parent
f6c9d17db6
commit
171c18873e
|
@ -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() }
|
||||
|
|
Loading…
Reference in New Issue
Block a user