summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--draw.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/draw.go b/draw.go
index fd5af1f..7013416 100644
--- a/draw.go
+++ b/draw.go
@@ -111,7 +111,9 @@ func (rs *RepoStatus) drawGitCommands() {
rs.Update()
})
- newgrid.NewLabel("tmp")
+ newgrid.NewButton("git pull" func() {
+ log.Warn("Add git pull here")
+ })
rs.major = gadgets.NewBasicCombobox(newgrid, "major")
rs.major.Custom = func() {