Small macOS fixes

This commit is contained in:
crschnick 2023-05-19 11:43:32 +00:00
parent 62cf8b4f1b
commit 28d76c83f6

View file

@ -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();
}
}
}