@@ -1137,8 +1137,8 @@ badge.
11371137
11381138On macOS, it shows on the dock icon. On Linux, it only works for Unity launcher.
11391139
1140- ** Note:** Unity launcher requires the existence of a ` .desktop ` file to work,
1141- for more information please read [ Desktop Environment Integration ] [ unity-requirement ] .
1140+ ** Note:** Unity launcher requires a ` .desktop ` file to work. For more information ,
1141+ please read the [ Unity integration documentation ] [ unity-requirement ] .
11421142
11431143### ` app.getBadgeCount() ` _ Linux_ _ macOS_
11441144
@@ -1376,8 +1376,8 @@ An `Integer` property that returns the badge count for current app. Setting the
13761376
13771377On macOS, setting this with any nonzero integer shows on the dock icon. On Linux, this property only works for Unity launcher.
13781378
1379- ** Note:** Unity launcher requires the existence of a ` .desktop ` file to work,
1380- for more information please read [ Desktop Environment Integration ] [ unity-requirement ] .
1379+ ** Note:** Unity launcher requires a ` .desktop ` file to work. For more information ,
1380+ please read the [ Unity integration documentation ] [ unity-requirement ] .
13811381
13821382** Note:** On macOS, you need to ensure that your application has the permission
13831383to display notifications for this property to take effect.
@@ -1405,7 +1405,7 @@ A `Boolean` property that returns `true` if the app is packaged, `false` otherw
14051405[ LSCopyDefaultHandlerForURLScheme ] : https://developer.apple.com/library/mac/documentation/Carbon/Reference/LaunchServicesReference/#//apple_ref/c/func/LSCopyDefaultHandlerForURLScheme
14061406[ handoff ] : https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/Handoff/HandoffFundamentals/HandoffFundamentals.html
14071407[ activity-type ] : https://developer.apple.com/library/ios/documentation/Foundation/Reference/NSUserActivity_Class/index.html#//apple_ref/occ/instp/NSUserActivity/activityType
1408- [ unity-requirement ] : ../tutorial/desktop-environment-integration.md#unity-launcher
1408+ [ unity-requirement ] : https://help.ubuntu.com/community/UnityLaunchersAndDesktopFiles#Adding_shortcuts_to_a_launcher
14091409[ mas-builds ] : ../tutorial/mac-app-store-submission-guide.md
14101410[ Squirrel-Windows ] : https://github.com/Squirrel/Squirrel.Windows
14111411[ JumpListBeginListMSDN ] : https://msdn.microsoft.com/en-us/library/windows/desktop/dd378398(v=vs.85).aspx
0 commit comments