mirror of
https://github.com/chmln/handlr.git
synced 2024-11-14 13:39:29 +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 {
|
||||
cmd.status()?;
|
||||
cmd.spawn()?;
|
||||
} else {
|
||||
cmd.stdout(Stdio::null()).stderr(Stdio::null()).spawn()?;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue