Skip to content

Commit 89cf2b2

Browse files
committed
fix(ui): fix vector previews not rendering
1 parent 133092c commit 89cf2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tagstudio/qt/widgets/thumb_renderer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1578,7 +1578,7 @@ def _render(
15781578
):
15791579
image = self._image_vector_thumb(_filepath, adj_size)
15801580
# EXR Images -----------------------------------------------
1581-
if ext in [".exr"]:
1581+
elif ext in [".exr"]:
15821582
image = self._image_exr_thumb(_filepath)
15831583
# Normal Images --------------------------------------------
15841584
else:

0 commit comments

Comments
 (0)