Skip to content

Commit c61b617

Browse files
committed
changed sort order
1 parent 51fc921 commit c61b617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tagstudio/src/qt/widgets/preview_panel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def __init__(self, library: Library, driver: "QtDriver"):
170170
for fmt in qmovie_formats
171171
]
172172

173-
ani_img_priority_order = ["jxl", "apng", "png", "avif", "webp", "heif", "gif"]
173+
ani_img_priority_order = ["jxl", "apng", "png", "avif", "webp", "heif"]
174174

175175
self.preview_anim_img_pil_map = {"apng": "png"}
176176

0 commit comments

Comments
 (0)