desktop-notifier
desktop-notifier copied to clipboard
[api-overhaul] Log macOS notification responses; simplify macOS response handling
trafficstars
(This PR is pointed at the api-overhaul branch in PR #164 so if that is not actually intended to be merged some day disregard this)
Two changes:
- Log user response actions
- Simplify the response handling (
if notificationwas redundant / better handled by a guard clause IMHO)
@samschott There's a separate branch with only the very minor logging changes if you would prefer to not have the response handling changes.