mirror of
https://github.com/ankitects/anki.git
synced 2025-12-31 07:43:02 -05:00
Fix invalid 'noteCards' browser column being used (#1422)
(cherry picked from commit 5600d2824c)
This commit is contained in:
parent
645704d52d
commit
98e1b053bd
1 changed files with 1 additions and 1 deletions
|
|
@ -32,4 +32,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