mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-02-01 15:49:09 +00:00
fix(ui): fix vector previews not rendering
This commit is contained in:
@@ -1578,7 +1578,7 @@ class ThumbRenderer(QObject):
|
||||
):
|
||||
image = self._image_vector_thumb(_filepath, adj_size)
|
||||
# EXR Images -----------------------------------------------
|
||||
if ext in [".exr"]:
|
||||
elif ext in [".exr"]:
|
||||
image = self._image_exr_thumb(_filepath)
|
||||
# Normal Images --------------------------------------------
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user