mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-02-01 15:49:09 +00:00
fix: load fields for selected entry
This commit is contained in:
@@ -115,7 +115,7 @@ class FieldContainers(QWidget):
|
||||
tags=entry.tags,
|
||||
)
|
||||
|
||||
self.cached_entries = [self.lib.get_entry_full(entry.id, with_fields=False)]
|
||||
self.cached_entries = [self.lib.get_entry_full(entry.id)]
|
||||
entry_ = self.cached_entries[0]
|
||||
container_len: int = len(entry_.fields)
|
||||
container_index = 0
|
||||
|
||||
Reference in New Issue
Block a user