Update ts_qt.py to update badges if meta tag field is removed
This commit is contained in:
parent
898ce5fdc7
commit
243d786298
1 changed files with 1 additions and 1 deletions
|
|
@ -2546,7 +2546,7 @@ class PreviewPanel(QWidget):
|
|||
entry = self.lib.get_entry(item_pair[1])
|
||||
try:
|
||||
index = entry.fields.index(field)
|
||||
updated_badges = False
|
||||
updated_badges = False
|
||||
if 8 in entry.fields[index].keys() and (1 in entry.fields[index][8] or 0 in entry.fields[index][8]):
|
||||
updated_badges = True
|
||||
# TODO: Create a proper Library/Entry method to manage fields.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue