mirror of
https://github.com/283375/arcaea-offline-ocr-model.git
synced 2025-04-11 09:10:17 +00:00
fix: ignored
tag
This commit is contained in:
parent
2ed8c6f68b
commit
19fa12fe60
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user