fix: pass user opts to planets picker (#1983)

This commit is contained in:
Anton
2022-06-02 17:02:19 +03:00
committed by GitHub
parent 3eb90430b6
commit 28bb75fd91

View File

@@ -205,7 +205,7 @@ internal.planets = function(opts)
end end
end end
pickers.new({ pickers.new(opts, {
prompt_title = "Planets", prompt_title = "Planets",
finder = finders.new_table { finder = finders.new_table {
results = acceptable_files, results = acceptable_files,