Fix invalid 'noteCards' browser column being used (#1422)
This commit is contained in:
parent
56e6778468
commit
5600d2824c
@ -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 New Issue
Block a user