Merge pull request #29 from TornaxO7/update-config

update config according to https://github.com/sxyazi/yazi/pull/1966
This commit is contained in:
Diogo Duarte
2024-12-02 16:28:38 +00:00
committed by GitHub

View File

@@ -194,8 +194,8 @@ local delete_all_bookmarks = ya.sync(function(state)
end)
return {
entry = function(_, args)
local action = args[1]
entry = function(_, job)
local action = job.args[1]
if not action then
return
end