mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
don't show custom study message on a custom study deck
This commit is contained in:
parent
99c238ae39
commit
be722989f3
1 changed files with 1 additions and 1 deletions
|
@ -1128,7 +1128,7 @@ There are more new cards available, but the daily limit has been
|
|||
reached. You can increase the limit in the options, but please
|
||||
bear in mind that the more new cards you introduce, the higher
|
||||
your short-term review workload will become."""))
|
||||
if self.haveCustomStudy:
|
||||
if self.haveCustomStudy and not self.col.decks.current()['dyn']:
|
||||
line.append(_("""\
|
||||
To study outside of the normal schedule, click the Custom Study button below."""))
|
||||
return "<p>".join(line)
|
||||
|
|
Loading…
Reference in a new issue