diff --git a/qt/aqt/clayout.py b/qt/aqt/clayout.py index b3a7cc47f..8b38c67c1 100644 --- a/qt/aqt/clayout.py +++ b/qt/aqt/clayout.py @@ -59,7 +59,6 @@ class CardLayout(QDialog): self.mobile_emulation_enabled = False self.have_autoplayed = False self.mm._remove_from_cache(self.model["id"]) - self.mw.checkpoint(tr.card_templates_card_types()) self.change_tracker = ChangeTracker(self.mw) self.setupTopArea() self.setupMainArea() diff --git a/qt/aqt/fields.py b/qt/aqt/fields.py index c88360b6c..69b7b0d80 100644 --- a/qt/aqt/fields.py +++ b/qt/aqt/fields.py @@ -32,7 +32,6 @@ class FieldDialog(QDialog): self.mm = self.mw.col.models self.model = nt self.mm._remove_from_cache(self.model["id"]) - self.mw.checkpoint(tr.editing_fields()) self.change_tracker = ChangeTracker(self.mw) self.form = aqt.forms.fields.Ui_Dialog() self.form.setupUi(self) diff --git a/qt/aqt/models.py b/qt/aqt/models.py index 79cdd2003..8e0beb677 100644 --- a/qt/aqt/models.py +++ b/qt/aqt/models.py @@ -49,7 +49,6 @@ class Models(QDialog): self.col = mw.col.weakref() assert self.col self.mm = self.col.models - self.mw.checkpoint(tr.notetypes_note_types()) self.form = aqt.forms.models.Ui_Dialog() self.form.setupUi(self) qconnect(