All we really need to do is make getUserDefault support array / object types.
This commit is contained in:
parent
587dd2fe51
commit
fa3b17444f
5 changed files with 17 additions and 35 deletions
|
@ -39,7 +39,7 @@ Removes the subscriber with `id`.
|
|||
|
||||
* `key` String
|
||||
* `type` String - Can be `string`, `boolean`, `integer`, `float`, `double`,
|
||||
`url`.
|
||||
`url`, `array`, `dictionary`
|
||||
|
||||
Get the value of `key` in system preferences.
|
||||
|
||||
|
@ -50,6 +50,9 @@ are:
|
|||
* `AppleAquaColorVariant: integer`
|
||||
* `AppleHighlightColor: string`
|
||||
* `AppleShowScrollBars: string`
|
||||
* `NSNavRecentPlaces: array`
|
||||
* `NSPreferredWebServices: dictionary`
|
||||
* `NSUserDictionaryReplacementItems: array`
|
||||
|
||||
### `systemPreferences.isAeroGlassEnabled()` _Windows_
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue