Skip to content

Commit

Permalink
fix: badges now update when last tag is removed
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanVoxel committed Jan 5, 2025
1 parent 88b886c commit ecaca29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tagstudio/src/qt/widgets/preview/field_containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ def update_from_entry(self, entry: Entry):
)
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)
Expand Down

0 comments on commit ecaca29

Please sign in to comment.