mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05: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:
|
class BrowserDefaults:
|
||||||
CARD_COLUMNS = ["noteFld", "template", "cardDue", "deck"]
|
CARD_COLUMNS = ["noteFld", "template", "cardDue", "deck"]
|
||||||
NOTE_COLUMNS = ["noteFld", "note", "noteCards", "noteTags"]
|
NOTE_COLUMNS = ["noteFld", "note", "template", "noteTags"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue