5 lines
No EOL
178 B
AppleScript
5 lines
No EOL
178 B
AppleScript
tell application "System Events"
|
|
tell application "Finder"
|
|
set sidebar preferences to {airdrop:true, home folder:true, applications folder:true}
|
|
end tell
|
|
end tell |