fix: yazi opener config

This commit is contained in:
2026-08-21 18:07:52 +02:00
parent 8f0f861b5f
commit 2fdc8e735a
+1 -1
View File
@@ -23,6 +23,6 @@ image = [
[open]
rules = [
{ mime = "application/pdf", use = "pdf" },
{ mime = "image/png", use = "image" }
{ mime = "image/png", use = "image" },
{ mime = "image/jpg", use = "image" }
]