Merge pull request #9273 from electron/update_notification_docs

Updated documentation on desktop notifications on Windows 7
This commit is contained in:
Kevin Sawicki 2017-04-24 08:48:44 -07:00 committed by GitHub
commit 9bb944f632

View file

@ -36,8 +36,8 @@ 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, notifications are not supported. You can however send * On Windows 7, notifications work via a custom implemetation which visually
"balloon notifications" using the [Tray API][tray-balloon]. resembles the native one on newer systems.
Furthermore, the maximum length for the notification body is 250 characters, Furthermore, the maximum length for the notification body is 250 characters,
with the Windows team recommending that notifications should be kept to 200 with the Windows team recommending that notifications should be kept to 200