This commit is contained in:
Zhuo Lu 2018-01-16 01:36:42 -08:00
parent 09d51f0a3d
commit 3ee3e9a3e8

View file

@ -15,6 +15,6 @@ In order for extra notification buttons to work on macOS your app must meet the
following criteria.
* App is signed
* App has it's `NSUserNotificationAlertStyle` set to `alert` in the `info.plist`.
* App has it's `NSUserNotificationAlertStyle` set to `alert` in the `Info.plist`.
If either of these requirements are not met the button simply won't appear.