summaryrefslogtreecommitdiff
path: root/common.go
diff options
context:
space:
mode:
Diffstat (limited to 'common.go')
-rw-r--r--common.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.go b/common.go
index a72775e..cf7e463 100644
--- a/common.go
+++ b/common.go
@@ -156,3 +156,7 @@ func (r *Repo) DeleteTag(t *repostatus.Tag) bool {
func (rl *RepoList) MirrorShownCount() *gui.Node {
return gui.RawMirror(rl.shownCount)
}
+
+func (rl *RepoList) MirrorScanDuration() *gui.Node {
+ return gui.RawMirror(rl.duration)
+}