Add tags to encryption count
This commit is contained in:
@@ -222,8 +222,8 @@ class AccountMenu {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$scope.encryptionStatusForNotes = function() {
|
$scope.encryptionStatusForNotes = function() {
|
||||||
var allNotes = modelManager.filteredNotes;
|
var items = modelManager.allItemsMatchingTypes(["Note", "Tag"]);
|
||||||
return allNotes.length + "/" + allNotes.length + " notes encrypted";
|
return items.length + "/" + items.length + " notes and tags encrypted";
|
||||||
}
|
}
|
||||||
|
|
||||||
$scope.importJSONData = function(data, password, callback) {
|
$scope.importJSONData = function(data, password, callback) {
|
||||||
|
|||||||
Reference in New Issue
Block a user