summaryrefslogtreecommitdiff
path: root/viewAutotypist.go
diff options
context:
space:
mode:
Diffstat (limited to 'viewAutotypist.go')
-rw-r--r--viewAutotypist.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/viewAutotypist.go b/viewAutotypist.go
index 4e1b071..b0a07eb 100644
--- a/viewAutotypist.go
+++ b/viewAutotypist.go
@@ -30,5 +30,6 @@ func AutotypistView(parent *gui.Node) *RepoList {
me.blind = gui.RawBox()
me.shownCount = me.blind.NewLabel("showCount")
+ me.duration = me.blind.NewLabel("duration")
return me
}