Skip to content

Commit

Permalink
Fix hiding command prompt when running
Browse files Browse the repository at this point in the history
  • Loading branch information
valadaptive committed May 21, 2024
1 parent 54a6265 commit 5823241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/gui/src/app/main.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 std::{
borrow::Cow,
error::Error,
Expand Down
2 changes: 2 additions & 0 deletions crates/gui/src/bin/ntsc-rs-standalone.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] // hide console window on Windows in release

use std::error::Error;

use gui::app::main::run;
Expand Down

0 comments on commit 5823241

Please sign in to comment.