11 lines
153 B
Go
11 lines
153 B
Go
|
package ui
|
||
|
|
||
|
import (
|
||
|
// other
|
||
|
"github.com/couchbase/goutils/platform"
|
||
|
)
|
||
|
|
||
|
func (m *MainWindow) initializeWin() {
|
||
|
platform.HideConsole(true)
|
||
|
}
|