|
@@ -1135,8 +1135,8 @@ badge.
|
|
|
|
|
|
On macOS, it shows on the dock icon. On Linux, it only works for Unity launcher.
|
|
|
|
|
|
-**Note:** Unity launcher requires the existence of a `.desktop` file to work,
|
|
|
-for more information please read [Desktop Environment Integration][unity-requirement].
|
|
|
+**Note:** Unity launcher requires a `.desktop` file to work. For more information,
|
|
|
+please read the [Unity integration documentation][unity-requirement].
|
|
|
|
|
|
### `app.getBadgeCount()` _Linux_ _macOS_
|
|
|
|
|
@@ -1374,8 +1374,8 @@ An `Integer` property that returns the badge count for current app. Setting the
|
|
|
|
|
|
On macOS, setting this with any nonzero integer shows on the dock icon. On Linux, this property only works for Unity launcher.
|
|
|
|
|
|
-**Note:** Unity launcher requires the existence of a `.desktop` file to work,
|
|
|
-for more information please read [Desktop Environment Integration][unity-requirement].
|
|
|
+**Note:** Unity launcher requires a `.desktop` file to work. For more information,
|
|
|
+please read the [Unity integration documentation][unity-requirement].
|
|
|
|
|
|
**Note:** On macOS, you need to ensure that your application has the permission
|
|
|
to display notifications for this property to take effect.
|
|
@@ -1403,7 +1403,7 @@ A `Boolean` property that returns `true` if the app is packaged, `false` otherw
|
|
|
[LSCopyDefaultHandlerForURLScheme]: https://developer.apple.com/library/mac/documentation/Carbon/Reference/LaunchServicesReference/#//apple_ref/c/func/LSCopyDefaultHandlerForURLScheme
|
|
|
[handoff]: https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/Handoff/HandoffFundamentals/HandoffFundamentals.html
|
|
|
[activity-type]: https://developer.apple.com/library/ios/documentation/Foundation/Reference/NSUserActivity_Class/index.html#//apple_ref/occ/instp/NSUserActivity/activityType
|
|
|
-[unity-requirement]: ../tutorial/desktop-environment-integration.md#unity-launcher
|
|
|
+[unity-requirement]: https://help.ubuntu.com/community/UnityLaunchersAndDesktopFiles#Adding_shortcuts_to_a_launcher
|
|
|
[mas-builds]: ../tutorial/mac-app-store-submission-guide.md
|
|
|
[Squirrel-Windows]: https://github.com/Squirrel/Squirrel.Windows
|
|
|
[JumpListBeginListMSDN]: https://msdn.microsoft.com/en-us/library/windows/desktop/dd378398(v=vs.85).aspx
|