run #updateGlobalStats in #handleSyncComplete
This commit is contained in:
parent
cdb64f0ad8
commit
3458c608fd
@ -54,6 +54,10 @@ export class App {
|
|||||||
// Run a single bulk server sort instead of per-add event since there may be multiple
|
// Run a single bulk server sort instead of per-add event since there may be multiple
|
||||||
this.sortController.show()
|
this.sortController.show()
|
||||||
this.percentageBar.redraw()
|
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 () {
|
initTasks () {
|
||||||
|
Loading…
Reference in New Issue
Block a user