diff options
| -rw-r--r-- | draw.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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() { |
