From 8e66595c637721ef6bc39ebe5d000df708c315ab Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 29 Mar 2021 17:22:39 +1000 Subject: [PATCH] fix default note column headers --- qt/aqt/table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/aqt/table.py b/qt/aqt/table.py index 99dc7591d..2154427df 100644 --- a/qt/aqt/table.py +++ b/qt/aqt/table.py @@ -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