fix default note column headers

This commit is contained in:
Damien Elmes 2021-03-29 17:22:39 +10:00
parent 3383f1742a
commit 8e66595c63

View File

@ -736,7 +736,7 @@ class NoteState(ItemState):
def _load_active_columns(self) -> None:
self._active_columns = self.col.get_config(
"activeNoteCols", ["noteFld", "note", "noteCards", "noteTags"]
"activeNoteCols", ["noteFld", "note", "noteTags", "noteMod"]
)
@property