summaryrefslogtreecommitdiff
path: root/windowPatchesBox.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-20 02:30:31 -0600
committerJeff Carr <[email protected]>2025-01-20 02:30:31 -0600
commit6cee7c5420f231ce869d8c320bc5471e31e79760 (patch)
treea6e0e2b18730ecedaea2f93b03db11853b17dacd /windowPatchesBox.go
parentd9c4d18b168726f0c44269b40bb699c17278ab17 (diff)
gui testing and cleanups
Diffstat (limited to 'windowPatchesBox.go')
-rw-r--r--windowPatchesBox.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/windowPatchesBox.go b/windowPatchesBox.go
index eeae1e8..30c34cb 100644
--- a/windowPatchesBox.go
+++ b/windowPatchesBox.go
@@ -116,20 +116,10 @@ func submitPatchesBox(box *gui.Node) *patchSummary {
applyPatchset(pset)
})
- s.grid.NewButton("Show Repos", func() {
- s.Update()
- if me.repos.Hidden() {
- me.repos.Show()
- } else {
- me.repos.Hide()
- }
- })
-
// disable these until there are not dirty repos
// s.reason.Disable()
s.submitB.Disable()
s.grid.NextRow()
-
return s
}