mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
9 lines
171 B
AppleScript
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
|
|
|