From 2fdc8e735ad645af89cb8c02b089260dcbe3dcf5 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Fri, 21 Aug 2026 18:07:52 +0200 Subject: [PATCH] fix: yazi opener config --- config/yazi/yazi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } ]