indicate that card_will_show belong to multiple windows

This commit is contained in:
Arthur Milchior 2020-02-28 13:22:25 +01:00
parent 6828b98c99
commit 5c5860eabc

View File

@ -114,6 +114,9 @@ hooks = [
legacy_hook="reviewCleanup",
doc="Called before Anki transitions from the review screen to another screen.",
),
# Multiple windows
###################
# reviewer, clayout and browser
Hook(
name="card_will_show",
args=["text: str", "card: Card", "kind: str"],