mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Card and queue type
This commit is contained in:
parent
871de0f543
commit
cd86fee03f
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ NEW_CARDS_FIRST = 2
|
||||||
NEW_CARDS_RANDOM = 0
|
NEW_CARDS_RANDOM = 0
|
||||||
NEW_CARDS_DUE = 1
|
NEW_CARDS_DUE = 1
|
||||||
|
|
||||||
|
# Card and queue types
|
||||||
|
|
||||||
# removal types
|
# removal types
|
||||||
REM_CARD = 0
|
REM_CARD = 0
|
||||||
REM_NOTE = 1
|
REM_NOTE = 1
|
||||||
|
|
Loading…
Reference in a new issue