From 5c08680b92e0e1cfac711bad41def7dfd397914e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 3 Dec 2024 01:56:31 -0600 Subject: [PATCH] used forge to pull down ever repo --- Makefile | 2 +- globalDisplayOptions.go | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 524bf5c..d8afe74 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ build: echo "build it!" @# copy the toolkits into the binary during debugging -rm resources/*.so - cp -a ~/go/src/go.wit.com/toolkits/*.so resources/ + cp -a ~/go/src/go.wit.com/toolkits/*/*.so resources/ GO111MODULE=off go build -v -x \ -ldflags " \ -X main.VERSION=${VERSION}" diff --git a/globalDisplayOptions.go b/globalDisplayOptions.go index c7b332a..29bd07a 100644 --- a/globalDisplayOptions.go +++ b/globalDisplayOptions.go @@ -62,6 +62,9 @@ func globalDisplayOptions(vbox *gui.Node) { tagsW.win.Toggle() } }) + group1.NewButton("forge ConfigSave()", func() { + me.forge.ConfigSave() + }) } func debuggerBox(vbox *gui.Node) {