From 42c506c0982ea85d54443a39e4995c44060287df Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 20 Feb 2024 21:03:50 -0600 Subject: playing around --- submitPatches.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'submitPatches.go') 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() { -- cgit v1.2.3