mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
Fix invalid 'noteCards' browser column being used (#1422)
This commit is contained in:
parent
56e6778468
commit
5600d2824c
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue