diff --git a/Cargo.toml b/Cargo.toml index 33748bc..b2f5672 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soundsense-rs" -version = "1.4.1" +version = "1.4.2" build = "build.rs" authors = ["prixt "] edition = "2018" diff --git a/src/main.rs b/src/main.rs index d9f7348..09b74e1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -// #![windows_subsystem = "windows"] // Remove comment only on release! +#![windows_subsystem = "windows"] // Remove comment only on release! use std::env; use std::sync::mpsc::channel; use std::path::PathBuf;