summaryrefslogtreecommitdiff
path: root/new.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-13 20:30:33 -0600
committerJeff Carr <[email protected]>2024-01-13 20:30:33 -0600
commit966348d5343a13ca889805d5a46907927d07f4ce (patch)
treef82cf534206ebe399432d09c86d2b6e7672823f8 /new.go
parent86873b296cb856a1b8e7251047ccb2b04d188f9b (diff)
status is almost done
Diffstat (limited to 'new.go')
-rw-r--r--new.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/new.go b/new.go
index 3142011..00beb4e 100644
--- a/new.go
+++ b/new.go
@@ -13,7 +13,7 @@ func New(p *gui.Node, path string) *RepoStatus {
repopath: path,
}
rs.tags = make(map[string]string)
- rs.window = gadgets.NewBasicWindow(p, "GO Repo Details")
+ rs.window = gadgets.NewBasicWindow(p, "GO Repo Details " + path)
rs.ready = true
return rs
}