move platform labels to end of description for consistency

This commit is contained in:
Zeke Sikelianos 2017-03-02 13:57:04 -08:00
parent 23eecac288
commit ffc7a4c8a0

View file

@ -38,14 +38,14 @@ The `dialog` module has the following methods:
* `openDirectory` - Allow directories to be selected. * `openDirectory` - Allow directories to be selected.
* `multiSelections` - Allow multiple paths to be selected. * `multiSelections` - Allow multiple paths to be selected.
* `showHiddenFiles` - Show hidden files in dialog. * `showHiddenFiles` - Show hidden files in dialog.
* `createDirectory` _macOS_ - Allow creating new directories from dialog. * `createDirectory` - Allow creating new directories from dialog. _macOS_
* `promptToCreate` _Windows_ - Prompt for creation if the file path entered * `promptToCreate` - Prompt for creation if the file path entered
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. _Windows_
* `noResolveAliases` _macOS_ - Disable the automatic alias (symlink) path * `noResolveAliases` - Disable the automatic alias (symlink) path
resolution. Selected aliases will now return the alias path instead of resolution. Selected aliases will now return the alias path instead of
their target path. their target path. _macOS_
* `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