mirror of
https://github.com/nextcloud/desktop.git
synced 2024-12-17 03:11:51 +03:00
10 lines
171 B
Text
10 lines
171 B
Text
|
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
|
||
|
|