mirror of
https://github.com/chmln/handlr.git
synced 2024-11-14 21:49:27 +01:00
terminal app - spawn()
This commit is contained in:
parent
d5cc80b261
commit
62ddd7b6c2
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ impl DesktopEntry {
|
||||||
};
|
};
|
||||||
|
|
||||||
if self.term {
|
if self.term {
|
||||||
cmd.status()?;
|
cmd.spawn()?;
|
||||||
} else {
|
} else {
|
||||||
cmd.stdout(Stdio::null()).stderr(Stdio::null()).spawn()?;
|
cmd.stdout(Stdio::null()).stderr(Stdio::null()).spawn()?;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue