run #updateGlobalStats in #handleSyncComplete

This commit is contained in:
Nick Krecklow 2020-05-05 17:59:05 -05:00
parent cdb64f0ad8
commit 3458c608fd
No known key found for this signature in database
GPG Key ID: 5F149FDE156FFA94

@ -54,6 +54,10 @@ export class App {
// Run a single bulk server sort instead of per-add event since there may be multiple
this.sortController.show()
this.percentageBar.redraw()
// The data may not be there to correctly compute values, but run an attempt
// Otherwise they will be updated by #initTasks
this.updateGlobalStats()
}
initTasks () {