Skip to content

Commit

Permalink
IntifaceCLI is now spawned hidden.
Browse files Browse the repository at this point in the history
  • Loading branch information
SutekhVRC committed May 2, 2022
1 parent bd49bf0 commit 1350057
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ use std::process::{Child, Command};
use std::sync::mpsc::{self, Receiver, Sender};
use std::sync::Arc;
use std::thread;
use std::os::windows::process::CommandExt;
use std::time::{Duration, Instant};
use sysinfo::{ProcessExt, System, SystemExt};
use tokio::runtime::Runtime;
Expand Down Expand Up @@ -520,6 +521,7 @@ impl VibeCheckGUI {
"--log",
"1",
])
.creation_flags(0x08000000)
.spawn()
{
Ok(p) => Some(p),
Expand Down

0 comments on commit 1350057

Please sign in to comment.