diff options
| author | Jeff Carr <[email protected]> | 2024-02-20 21:03:50 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-20 21:03:50 -0600 |
| commit | 42c506c0982ea85d54443a39e4995c44060287df (patch) | |
| tree | 59b2dfd2a0cf7d5354cb3cfa8c85d0409a96a5b2 /submitPatches.go | |
| parent | 5f8cce4e3bf439185c972f6191d3c06fb33c4eb6 (diff) | |
playing around
Diffstat (limited to 'submitPatches.go')
| -rw-r--r-- | submitPatches.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/submitPatches.go b/submitPatches.go index e7430c1..b4ebeaf 100644 --- a/submitPatches.go +++ b/submitPatches.go @@ -88,10 +88,10 @@ func submitPatchesBox(box *gui.Node) *patchSummary { // this Update is deprecated and probably should be the function above /* - s.grid.NewButton("summary.Update()", func() { - // update the stats - s.Update() - }) + s.grid.NewButton("summary.Update()", func() { + // update the stats + s.Update() + }) */ s.grid.NewButton("Make Patches", func() { |
