diff --git a/pylib/anki/browser.py b/pylib/anki/browser.py index c96fb9c80..8563ed229 100644 --- a/pylib/anki/browser.py +++ b/pylib/anki/browser.py @@ -31,4 +31,4 @@ class BrowserConfig: class BrowserDefaults: CARD_COLUMNS = ["noteFld", "template", "cardDue", "deck"] - NOTE_COLUMNS = ["noteFld", "note", "noteCards", "noteTags"] + NOTE_COLUMNS = ["noteFld", "note", "template", "noteTags"]