fix windows console

This commit is contained in:
2025-12-09 20:50:10 +01:00
parent da1f40e54f
commit aa39fc07b3
+3
View File
@@ -1,3 +1,6 @@
// Hide console window on Windows in release builds
#![cfg_attr(all(target_os = "windows", not(debug_assertions)), windows_subsystem = "windows")]
mod config;
mod file_tab;
mod highlight;