diff --git a/ui/components/projectEntry_Classify.py b/ui/components/projectEntry_Classify.py index 7c5c1f5..341a1a5 100644 --- a/ui/components/projectEntry_Classify.py +++ b/ui/components/projectEntry_Classify.py @@ -79,7 +79,7 @@ class ProjectEntry_Classify(Ui_ProjectEntry_Classify, QWidget): self.frame.layout().removeWidget(tagLabel) tagLabel.deleteLater() - for tag in self.project.tags: + for tag in self.project.tags + ["ignored"]: tagLabel = TagLabel(self) tagLabel.tag = tag tagLabel.project = project