summaryrefslogtreecommitdiff
path: root/viewGuiReleaser.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-20 14:45:09 -0600
committerJeff Carr <[email protected]>2024-02-20 14:45:09 -0600
commitf3a30ed95bdc02a0152759cc65692c998122af2a (patch)
treed09af7ddbdc24b36b8396ef30bb6517c80542176 /viewGuiReleaser.go
parent24b13e7ea4d9a0aef6cc4f98cce8c7339b5c5e98 (diff)
add scan duration label
Diffstat (limited to 'viewGuiReleaser.go')
-rw-r--r--viewGuiReleaser.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/viewGuiReleaser.go b/viewGuiReleaser.go
index c8c1b02..572d470 100644
--- a/viewGuiReleaser.go
+++ b/viewGuiReleaser.go
@@ -29,5 +29,6 @@ func GuireleaserView(parent *gui.Node) *RepoList {
me.blind = gui.RawBox()
me.shownCount = me.blind.NewLabel("showCount")
+ me.duration = me.blind.NewLabel("duration")
return me
}