diff options
| author | Jeff Carr <[email protected]> | 2024-01-25 13:09:33 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-25 13:09:33 -0600 |
| commit | c488fcaf6cc92beb73f47fb2381602d2102e6b1f (patch) | |
| tree | 34a39848ea9eb3e53db73a944430d6b8909799be /globalTestingOptions.go | |
| parent | fba99bb2f53c7f754f196b19f16fd284a4ead062 (diff) | |
add download buttons to the go.wit.com/list window
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'globalTestingOptions.go')
| -rw-r--r-- | globalTestingOptions.go | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |
