diff options
| author | Jeff Carr <[email protected]> | 2024-11-19 05:30:56 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-19 05:30:56 -0600 |
| commit | 4bf23793574fb57d749cf6a213195b195f957017 (patch) | |
| tree | 7ed975b0cb30821c987f349aa17af9db1975e008 /addRepo.go | |
| parent | 1c2246e709d8669faeb035df6a2470861239d48b (diff) | |
better control file value handlingv0.22.16
Diffstat (limited to 'addRepo.go')
| -rw-r--r-- | addRepo.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ func (c *controlBox) addRepo(path string) { stamp := time.Now().UTC().Format("2006/01/02 15:04:05 UTC") c.buildDate.SetText(stamp) - c.tagDate = gadgets.NewOneLiner(c.grid, "git tag Date") + c.tagDate = gadgets.NewBasicEntry(c.grid, "git tag Date") c.grid.NextRow() err, repo := repostatus.NewRepoStatusWindow(path) |
