Skip to content

Commit

Permalink
temp: re-enabled Windows terminal for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-devv committed Feb 2, 2024
1 parent 0d2d1ce commit 65e4685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edgen/src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

// Tauri - prevents additional console window on Windows in release, DO NOT REMOVE!!
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
//#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]

#[cfg(not(feature = "no_gui"))]
mod gui;
Expand Down

0 comments on commit 65e4685

Please sign in to comment.