mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-21 23:01:05 +00:00
feat: noop for spotters (#1924)
This commit is contained in:
parent
1f32601dc4
commit
e965b865b9
1 changed files with 2 additions and 0 deletions
|
|
@ -8,4 +8,6 @@ function M:fetch() return 1 end
|
||||||
|
|
||||||
function M:preload() return 1 end
|
function M:preload() return 1 end
|
||||||
|
|
||||||
|
function M:spot() end
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue