fix windows console
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user