diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 9bca2d7b4..e0043bd5f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -118,7 +118,7 @@ yellowjello Ingemar Berg Ben Kerman Euan Kemp -Kieran Black +Kieran Black XeR mgrottenthaler Austin Siew diff --git a/qt/aqt/models.py b/qt/aqt/models.py index 6f004ca77..2ad890616 100644 --- a/qt/aqt/models.py +++ b/qt/aqt/models.py @@ -147,6 +147,7 @@ class Models(QDialog): def on_success(notetype: NotetypeDict) -> None: # if legacy add-ons already added the notetype, skip adding if notetype["id"]: + self.refresh_list() return # prompt for name