diff options
| author | Jeff Carr <[email protected]> | 2024-12-23 11:15:16 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-23 11:15:16 -0600 |
| commit | c5fcb2a6c05293cd6e14b3bd1e91237013508d44 (patch) | |
| tree | c8fee2b5bf4ba790b14edab2638f418936260323 /windowPatches.go | |
| parent | b7a6001ba450de82e1aa216410f236f516f50a17 (diff) | |
start work on an apply patchset window
Diffstat (limited to 'windowPatches.go')
| -rw-r--r-- | windowPatches.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/windowPatches.go b/windowPatches.go index bd14797..f4cb6f6 100644 --- a/windowPatches.go +++ b/windowPatches.go @@ -173,6 +173,9 @@ func submitPatchesBox(box *gui.Node) *patchSummary { me.repos.View.MakePatchset(patchdir) */ }) + s.grid.NewButton("Show Patchsets", func() { + listPatches() + }) s.grid.NewButton("Show Repos", func() { s.Update() if me.repos.Hidden() { |
