fix(config): fix wrong mapping in legacy config

This commit is contained in:
Federico Terzi 2021-08-02 21:32:57 +02:00
parent f9f7db623d
commit 497c845b88

View File

@ -313,7 +313,7 @@ impl Config for LegacyInteropConfig {
}
fn disable_x11_fast_inject(&self) -> bool {
self.config.fast_inject
!self.config.fast_inject
}
fn inject_delay(&self) -> Option<usize> {