- Centralize hidden-process setup per OS - Hide console early to avoid startup flash - Keep capture window off-screen and hidden - Enable unified scheduler for watchdog task - Force GUI subsystem in build script
12 lines
147 B
Go
12 lines
147 B
Go
//go:build !windows
|
|
|
|
package instance
|
|
|
|
func HideConsole() {}
|
|
|
|
func ShowConsole() {}
|
|
|
|
func ProtectFromConsoleClose() {}
|
|
|
|
func AllowConsoleKill() {}
|