mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
Adding constants for decks' type
This commit is contained in:
parent
5d91580ce2
commit
a473908dca
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ COUNT_REMAINING = 1
|
|||
MEDIA_ADD = 0
|
||||
MEDIA_REM = 1
|
||||
|
||||
# Kind of decks
|
||||
|
||||
# dynamic deck order
|
||||
DYN_OLDEST = 0
|
||||
DYN_RANDOM = 1
|
||||
|
|
Loading…
Reference in a new issue