diff --git a/ankiqt/ui/addcards.py b/ankiqt/ui/addcards.py index 83fd61dba..5fec0b83d 100644 --- a/ankiqt/ui/addcards.py +++ b/ankiqt/ui/addcards.py @@ -23,7 +23,6 @@ class AddCards(QDialog): self.setupEditor() self.addChooser() self.addButtons() - self.setupStatus() self.modelChanged(self.parent.deck.currentModel) self.addedItems = 0 restoreGeom(self, "add")