mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
tweak order
This commit is contained in:
parent
1e5e574721
commit
6a04679e72
1 changed files with 2 additions and 2 deletions
|
@ -94,8 +94,8 @@ def dynExamples():
|
|||
search="rated:1:1", order=4)],
|
||||
[_("Review ahead by two days"), dict(
|
||||
search="prop:due<=2", order=6)],
|
||||
[_("Study all cards in random order"), dict(
|
||||
search="", order=1, steps="1 10")],
|
||||
[_("Review due cards with tag"), dict(
|
||||
search="is:due tag:%s" % _("type_tag_here"), order=6)]
|
||||
[_("Study all cards in random order"), dict(
|
||||
search="", order=1, steps="1 10")],
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue