File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Frameworks/FinderScripting/FinderScripting Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ import ScriptingBridge
167167 optional var trash : FinderTrashObject { get } // the trash
168168 optional var home : FinderFolder { get } // the home directory
169169 optional var computerContainer : FinderComputerObject { get } // the computer location (as in Go > Computer)
170- optional var FinderPreferences : FinderPreferences { get } // Various preferences that apply to the Finder as a whole
170+ optional var FinderPreferences : SBObject { get } // Various preferences that apply to the Finder as a whole
171171 optional func quit( ) // Quit the Finder
172172 optional func activate( ) // Activate the specified window (or the Finder)
173173 optional func copy( ) // (NOT AVAILABLE YET) Copy the selected items to the clipboard (the Finder must be the front application)
You can’t perform that action at this time.
0 commit comments