mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
add studied/again today
This commit is contained in:
parent
c71fa02e57
commit
65f82176c9
4 changed files with 4 additions and 1 deletions
|
@ -700,8 +700,10 @@ by clicking on one on the left."""))
|
||||||
|
|
||||||
def _systemTagTree(self, root):
|
def _systemTagTree(self, root):
|
||||||
tags = (
|
tags = (
|
||||||
(_("Whole Collection"), "anki", ""),
|
(_("Whole Collection"), "ankibw", ""),
|
||||||
(_("Current Deck"), "deck16", "deck:current"),
|
(_("Current Deck"), "deck16", "deck:current"),
|
||||||
|
(_("Studied Today"), "view-pim-calendar.png", "rated:1"),
|
||||||
|
(_("Again Today"), "view-pim-calendar.png", "rated:1:1"),
|
||||||
(_("New"), "plus16.png", "is:new"),
|
(_("New"), "plus16.png", "is:new"),
|
||||||
(_("Learning"), "stock_new_template_red.png", "is:learn"),
|
(_("Learning"), "stock_new_template_red.png", "is:learn"),
|
||||||
(_("Review"), "clock16.png", "is:review"),
|
(_("Review"), "clock16.png", "is:review"),
|
||||||
|
|
|
@ -46,6 +46,7 @@
|
||||||
<file>icons/edit-find.png</file>
|
<file>icons/edit-find.png</file>
|
||||||
<file>icons/colors.png</file>
|
<file>icons/colors.png</file>
|
||||||
<file>icons/anki.png</file>
|
<file>icons/anki.png</file>
|
||||||
|
<file>icons/ankibw.png</file>
|
||||||
<file>icons/addtag.png</file>
|
<file>icons/addtag.png</file>
|
||||||
<file>icons/deletetag.png</file>
|
<file>icons/deletetag.png</file>
|
||||||
<file>icons/application-exit.png</file>
|
<file>icons/application-exit.png</file>
|
||||||
|
|
BIN
designer/icons/ankibw.png
Normal file
BIN
designer/icons/ankibw.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.2 KiB |
Loading…
Reference in a new issue