diff --git a/config/yazi/yazi.toml b/config/yazi/yazi.toml index e1150d2..9572c93 100644 --- a/config/yazi/yazi.toml +++ b/config/yazi/yazi.toml @@ -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" } ]