Skip to content

Commit

Permalink
⚙️(App): remove unnecessary windows subsystem attribute
Browse files Browse the repository at this point in the history
This change removes the `windows_subsystem` attribute, which was used to hide the console window on Windows in release builds. This attribute is no longer needed as the application no longer requires this behavior.

Signed-off-by: Benign X <[email protected]>
  • Loading branch information
W-Mai committed Nov 19, 2024
1 parent 9997332 commit 84e40c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] // hide console window on Windows in release

use crate::any_data::AnyData;
use crate::common_vec_op::{CodeParser, CommonVecVisualizer, VecLineGen};
use crate::cus_component::{toggle, CodeEditor};
Expand Down

0 comments on commit 84e40c6

Please sign in to comment.