feat: make "Protected" flag more subtle

This commit is contained in:
Baptiste Grob
2021-02-22 11:38:35 +01:00
parent 4d30d019ee
commit ed7f093e02
3 changed files with 4 additions and 8 deletions

View File

@@ -576,12 +576,6 @@ class NotesViewCtrl extends PureViewCtrl<unknown, NotesState> {
class: 'warning'
});
}
if (note.protected) {
flags.push({
text: "Protected",
class: 'success'
});
}
if (note.locked) {
flags.push({
text: "Locked",