nextcloud-desktop/shell_integration/MacOSX/check.scpt
2014-08-28 15:45:07 +02:00

9 lines
171 B
AppleScript

tell application "Finder"
try
«event OWNClded»
set the result to 0
on error msg number code
set the result to code
end try
end tell