summaryrefslogtreecommitdiff
path: root/windowPatches.go
diff options
context:
space:
mode:
Diffstat (limited to 'windowPatches.go')
-rw-r--r--windowPatches.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/windowPatches.go b/windowPatches.go
index 552d45b..d68d246 100644
--- a/windowPatches.go
+++ b/windowPatches.go
@@ -76,6 +76,13 @@ func makePatchesWin(patches *forgepb.Patches) *stdPatchTableWin {
}
dwin.doPatchesTable(notdone)
})
+
+ grid.NewButton("Update", func() {
+ log.Info("TODO: run forge.GetPatches() here")
+ // me.forge.GetPatches()
+ // loadUpstreamPatchsets()
+ })
+
grid.NewButton("Apply All", func() {
var count int
all := patches.SortByFilename()