mirror of
https://github.com/283375/arcaea-offline-ocr-model.git
synced 2025-07-01 12:26:26 +00:00
fix: ignored
tag
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user