Document the noResolveAliases property
This commit is contained in:
parent
e45d8079b8
commit
7c33f3ee65
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ The `dialog` module has the following methods:
|
||||||
in the dialog does not exist. This does not actually create the file at
|
in the dialog does not exist. This does not actually create the file at
|
||||||
the path but allows non-existent paths to be returned that should be
|
the path but allows non-existent paths to be returned that should be
|
||||||
created by the application.
|
created by the application.
|
||||||
|
* `noResolveAliases` _macOS_ - Disable the automatic alias (symlink) path
|
||||||
|
resolution. Selected aliases will now return the alias path instead of
|
||||||
|
their target path.
|
||||||
* `normalizeAccessKeys` Boolean (optional) - Normalize the keyboard access keys
|
* `normalizeAccessKeys` Boolean (optional) - Normalize the keyboard access keys
|
||||||
across platforms. Default is `false`. Enabling this assumes `&` is used in
|
across platforms. Default is `false`. Enabling this assumes `&` is used in
|
||||||
the button labels for the placement of the keyboard shortcut access key
|
the button labels for the placement of the keyboard shortcut access key
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue