From 2b0f48985521977a8bf40d4d67eb9a614b843773 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 20 Feb 2024 14:44:12 -0600 Subject: add scan duration label --- repoview.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'repoview.go') diff --git a/repoview.go b/repoview.go index 9e1af9f..10d8c2d 100644 --- a/repoview.go +++ b/repoview.go @@ -60,6 +60,9 @@ func makeRepoView() *repoWindow { showncount := r.View.MirrorShownCount() r.topbox.Append(showncount) + duration := r.View.MirrorScanDuration() + r.topbox.Append(duration) + r.View.RegisterHideFunction(hideFunction) return r } -- cgit v1.2.3