Remove mysterious "stash may not be totally loaded" dots for now

This commit is contained in:
Christian Rocha 2020-07-20 13:50:14 -04:00 committed by Christian Muehlhaeuser
parent 3f22be5ae4
commit 2c71185ba6

View file

@ -498,9 +498,11 @@ func stashView(m stashModel) string {
pagination = common.Subtle(paginator.View(m.paginator))
}
if !m.stashFullyLoaded {
pagination += common.Subtle(" ···")
}
/*
if !m.stashFullyLoaded {
pagination += common.Subtle(" ···")
}
*/
}
s += fmt.Sprintf(