summaryrefslogtreecommitdiff
path: root/draw.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-19 16:29:10 -0600
committerJeff Carr <[email protected]>2024-02-19 16:29:10 -0600
commitae7e9ba42c44687db038cacf7e0ae845e497f6e0 (patch)
treefe79e556726dd89e9aa21a2fb245b1d5c53579e8 /draw.go
parentad21d5d5db43b975e88067ff730691e89e10ea97 (diff)
allow more fields to be mirrored
Diffstat (limited to 'draw.go')
-rw-r--r--draw.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/draw.go b/draw.go
index 814e92b..b632df7 100644
--- a/draw.go
+++ b/draw.go
@@ -25,6 +25,7 @@ func (rs *RepoStatus) drawGitStatus(box *gui.Node) {
rs.userWorkingName.SetValue("uid")
rs.dirtyLabel = gadgets.NewOneLiner(newgrid, "dirty")
+ rs.gitState = gadgets.NewOneLiner(newgrid, "git state")
rs.readOnly = gadgets.NewOneLiner(newgrid, "read only")
rs.goSumStatus = gadgets.NewOneLiner(newgrid, "go mod status")
rs.targetReleaseVersion = gadgets.NewOneLiner(newgrid, "target release version")