improved settings window
This commit is contained in:
parent
80bc8d352c
commit
1c9a192a96
13 changed files with 271 additions and 89 deletions
9
internal/procctl/hidewindow_other.go
Normal file
9
internal/procctl/hidewindow_other.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
//go:build !windows
|
||||
|
||||
package procctl
|
||||
|
||||
import "os/exec"
|
||||
|
||||
// hideWindow is a no-op on non-Windows -- there is no console window to
|
||||
// suppress. See hidewindow_windows.go for why this exists at all.
|
||||
func hideWindow(cmd *exec.Cmd) {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue