Skip to content

Commit

Permalink
fix open vpn command
Browse files Browse the repository at this point in the history
  • Loading branch information
strseb committed Feb 24, 2025
1 parent af7ca11 commit b684dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/bridge/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ mod launcher {

pub fn start_vpn() -> serde_json::Value{
let result = Command::new(CLIENT_PATH)
.args(["-foreground"])
.args(["ui"])
.creation_flags(CREATE_NEW_PROCESS_GROUP | DETACHED_PROCESS)
.spawn();

Expand Down

0 comments on commit b684dd1

Please sign in to comment.