fix: ignored tag

This commit is contained in:
283375 2023-09-23 22:53:04 +08:00
parent 2ed8c6f68b
commit 19fa12fe60
Signed by: 283375
SSH Key Fingerprint: SHA256:UcX0qg6ZOSDOeieKPGokA5h7soykG61nz2uxuQgVLSk

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