Skip to content

Commit

Permalink
Fixed paramters for nfd.open on Mac OS
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruor committed Jan 22, 2022
1 parent 0801a7e commit f105776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/filesystem.lua
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ function filesystem.openDialog(path, filter, callback)
return threadHandler.createStartWithCallback(code, callback, path, filter)

else
callback(nfd.open(filter, nil, path))
callback(nfd.open(filter, path))

return false, false
end
Expand Down

0 comments on commit f105776

Please sign in to comment.