From 2a28148cc0bf5c6f751851258ab83bccc20de145 Mon Sep 17 00:00:00 2001 From: George Date: Sun, 22 Mar 2026 00:25:24 +0400 Subject: [PATCH] Hide console --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.rs b/src/main.rs index b5ffcc2..9c406ba 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,5 @@ +#![cfg_attr(target_os = "windows", windows_subsystem = "windows")] + #[cfg(target_os = "linux")] mod status_tray;