things work again

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-31 14:01:22 -06:00
parent 7e358767ea
commit 78927ede5d
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -41,7 +41,6 @@ func main() {
}
me.myGui = gui.New()
me.myGui.LoadToolkit("andlabs")
me.myGui.InitEmbed(resToolkit)
me.myGui.Default()