mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-02-01 15:49:09 +00:00
fix: badges now update when last tag is removed
This commit is contained in:
@@ -129,8 +129,7 @@ class FieldContainers(QWidget):
|
||||
)
|
||||
container_index += 1
|
||||
container_len += 1
|
||||
if categories:
|
||||
self.tags_updated.emit()
|
||||
self.tags_updated.emit()
|
||||
# Write field container(s)
|
||||
for index, field in enumerate(entry_.fields, start=container_index):
|
||||
self.write_container(index, field, is_mixed=False)
|
||||
|
||||
Reference in New Issue
Block a user