fix checkCheckCount on accounts reload

This commit is contained in:
Harvey Tindall
2021-05-03 18:55:46 +01:00
parent c0f316d049
commit b2b5083102

View File

@@ -808,7 +808,7 @@ export class accountsList {
this._users[id].remove();
delete this._users[id];
}
this._checkCheckCount;
this._checkCheckCount();
}
})
}