windows: don't show terminal window

Looks like this got accidentally commented out in an android build

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-05-01 12:03:36 -07:00
parent a5f4290acf
commit 10a2459da2

View File

@@ -1,4 +1,4 @@
//#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
// hide console window on Windows in release
use notedeck::{DataPath, DataPathType, Notedeck};