fix: ignored tag

This commit is contained in:
2023-09-23 22:53:04 +08:00
parent 2ed8c6f68b
commit 19fa12fe60

View File

@ -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