commenting out another line from #17 that was missed in 7972e18a72
This commit is contained in:
parent
da5c36ab63
commit
1a48294fa5
|
@ -28,6 +28,6 @@ func open(input string) *exec.Cmd {
|
||||||
|
|
||||||
func openWith(input string, appName string) *exec.Cmd {
|
func openWith(input string, appName string) *exec.Cmd {
|
||||||
cmd := exec.Command("cmd", "/C", "start", "", appName, cleaninput(input))
|
cmd := exec.Command("cmd", "/C", "start", "", appName, cleaninput(input))
|
||||||
cmd.SysProcAttr = &syscall.SysProcAttr{HideWindow: true}
|
//cmd.SysProcAttr = &syscall.SysProcAttr{HideWindow: true}
|
||||||
return cmd
|
return cmd
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue