compiles and opens

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-21 02:00:04 -06:00
parent fdc01e28d9
commit 829305aa56
2 changed files with 7 additions and 2 deletions

View File

@ -6,6 +6,9 @@ run: build
# ./control-panel-dns --tmp-log
./control-panel-dns
stderr: build
./control-panel-dns >/tmp/witgui.log.stderr 2>&1
goimports:
goimports -w *.go

View File

@ -42,8 +42,6 @@ func main() {
me.myGui = gui.New()
me.myGui.LoadToolkit("andlabs")
log.Sleep(1)
panic("test")
me.myGui.InitEmbed(resToolkit)
me.myGui.Default()
@ -66,6 +64,10 @@ func main() {
debugger.DebugWindow()
}()
}
me.window.Toggle()
log.Sleep(1)
me.window.Toggle()
log.Sleep(1)
log.Sleep(me.artificialSleep)