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