nextcloud-desktop/shell_integration/MacOSX/check.scpt
2014-08-01 10:59:48 +02:00

9 lines
171 B
AppleScript

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