mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Merge branch 'master' of github.com:dae/anki
This commit is contained in:
commit
caa4ee685a
1 changed files with 1 additions and 1 deletions
|
@ -755,7 +755,7 @@ by clicking on one on the left."""))
|
||||||
|
|
||||||
def _userTagTree(self, root):
|
def _userTagTree(self, root):
|
||||||
for t in sorted(self.col.tags.all()):
|
for t in sorted(self.col.tags.all()):
|
||||||
if t.lower() == "marked":
|
if t.lower() == "marked" or t.lower() == "leech":
|
||||||
continue
|
continue
|
||||||
item = self.CallbackItem(
|
item = self.CallbackItem(
|
||||||
t, lambda t=t: self.setFilter("tag", t))
|
t, lambda t=t: self.setFilter("tag", t))
|
||||||
|
|
Loading…
Reference in a new issue