mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
Small macOS fixes
This commit is contained in:
parent
62cf8b4f1b
commit
28d76c83f6
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ public class OpenNativeFileDetailsAction implements LeafAction {
|
|||
set fileEntry to (POSIX file "%s") as text
|
||||
tell application "Finder" to open information window of file fileEntry
|
||||
""",
|
||||
entry.getRawFileEntry().getPath()));
|
||||
entry.getRawFileEntry().getPath())).execute();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue