open folder and select file on osx
This commit is contained in:
parent
2ea25949ed
commit
1e17e4a9d1
2 changed files with 16 additions and 6 deletions
|
|
@ -339,6 +339,6 @@ def openFolder(data):
|
|||
if item:
|
||||
path = item.get_path()
|
||||
if path:
|
||||
utils.open_folder(os.path.dirname(path))
|
||||
utils.open_folder(path=path)
|
||||
return response
|
||||
actions.register(openFolder, cache=False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue