nextcloud-desktop/shell_integration/MacOSX/check.scpt

10 lines
171 B
Text
Raw Normal View History

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