diff --git a/src/main.rs b/src/main.rs index aada978..714a2ca 100644 --- a/src/main.rs +++ b/src/main.rs @@ -17,7 +17,7 @@ * along with espanso. If not, see . */ -#![windows_subsystem = "windows"] + #![cfg_attr(not(test), windows_subsystem = "windows")] #[macro_use] extern crate lazy_static;