Tag reload note count on download

This commit is contained in:
Mo Bitar
2020-03-22 10:30:23 -05:00
parent 07584150b9
commit 7dc3dab90b
6 changed files with 100 additions and 48 deletions

View File

@@ -472,7 +472,7 @@ class NotesCtrl extends PureCtrl {
});
}
if (note.errorDecrypting) {
if (note.waitingForKeys) {
if (note.waitingForKey) {
flags.push({
text: "Waiting For Keys",
class: 'info'