mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
remove filtered deck restriction on stats
This commit is contained in:
parent
99c90b929b
commit
70008a8f40
1 changed files with 0 additions and 7 deletions
|
@ -693,13 +693,6 @@ title="%s">%s</button>''' % (
|
||||||
deck = self._selectedDeck()
|
deck = self._selectedDeck()
|
||||||
if not deck:
|
if not deck:
|
||||||
return
|
return
|
||||||
if deck['dyn']:
|
|
||||||
showWarning(_("""\
|
|
||||||
As cards are removed from a filtered deck as they are answered, viewing the \
|
|
||||||
statistics of a filtered deck will only show you reviews for cards with \
|
|
||||||
multiple steps. To get an accurate report, please empty the filtered deck \
|
|
||||||
and check the statistics for a home deck instead."""))
|
|
||||||
return
|
|
||||||
aqt.stats.DeckStats(self)
|
aqt.stats.DeckStats(self)
|
||||||
|
|
||||||
def onPrefs(self):
|
def onPrefs(self):
|
||||||
|
|
Loading…
Reference in a new issue