From c488fcaf6cc92beb73f47fb2381602d2102e6b1f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 25 Jan 2024 13:09:33 -0600 Subject: add download buttons to the go.wit.com/list window Signed-off-by: Jeff Carr --- globalTestingOptions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globalTestingOptions.go') diff --git a/globalTestingOptions.go b/globalTestingOptions.go index cd183bc..3db2727 100644 --- a/globalTestingOptions.go +++ b/globalTestingOptions.go @@ -55,7 +55,7 @@ func globalTestingOptions(box *gui.Node) { me.downloadEverythingButton.Enable() } }) - test1.NewButton("build all apps", func() { + test1.NewButton("go.wit.com/list", func() { listWindow() }) test1.NewButton("repostatus.ListAll()", func() { -- cgit v1.2.3