fix default note column headers
This commit is contained in:
parent
3383f1742a
commit
8e66595c63
@ -736,7 +736,7 @@ class NoteState(ItemState):
|
|||||||
|
|
||||||
def _load_active_columns(self) -> None:
|
def _load_active_columns(self) -> None:
|
||||||
self._active_columns = self.col.get_config(
|
self._active_columns = self.col.get_config(
|
||||||
"activeNoteCols", ["noteFld", "note", "noteCards", "noteTags"]
|
"activeNoteCols", ["noteFld", "note", "noteTags", "noteMod"]
|
||||||
)
|
)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
Reference in New Issue
Block a user