Merge pull request #6499 from electron/drop-vista

Remove implicit references to Vista in docs
This commit is contained in:
Cheng Zhao 2016-07-15 10:20:14 +09:00 committed by GitHub
commit 52808d5342
2 changed files with 3 additions and 3 deletions

View file

@ -926,7 +926,7 @@ On Linux platform, only supports Unity desktop environment, you need to specify
the `*.desktop` file name to `desktopName` field in `package.json`. By default, the `*.desktop` file name to `desktopName` field in `package.json`. By default,
it will assume `app.getName().desktop`. it will assume `app.getName().desktop`.
#### `win.setOverlayIcon(overlay, description)` _Windows 7+_ #### `win.setOverlayIcon(overlay, description)` _Windows_
* `overlay` [NativeImage](native-image.md) - the icon to display on the bottom * `overlay` [NativeImage](native-image.md) - the icon to display on the bottom
right corner of the taskbar icon. If this parameter is `null`, the overlay is right corner of the taskbar icon. If this parameter is `null`, the overlay is
@ -949,7 +949,7 @@ nothing.
Returns whether the window has a shadow. On Windows and Linux always returns Returns whether the window has a shadow. On Windows and Linux always returns
`true`. `true`.
#### `win.setThumbarButtons(buttons)` _Windows 7+_ #### `win.setThumbarButtons(buttons)` _Windows_
* `buttons` Array * `buttons` Array

View file

@ -36,7 +36,7 @@ are fine differences.
* On Windows 8.1 and Windows 8, a shortcut to your app, with a [Application User * On Windows 8.1 and Windows 8, a shortcut to your app, with a [Application User
Model ID][app-user-model-id], must be installed to the Start screen. Note, Model ID][app-user-model-id], must be installed to the Start screen. Note,
however, that it does not need to be pinned to the Start screen. however, that it does not need to be pinned to the Start screen.
* On Windows 7 and below, notifications are not supported. You can however send * On Windows 7, notifications are not supported. You can however send
"balloon notifications" using the [Tray API][tray-balloon]. "balloon notifications" using the [Tray API][tray-balloon].
Furthermore, the maximum length for the notification body is 250 characters, Furthermore, the maximum length for the notification body is 250 characters,