You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it stands (May 18, 2020), this is simply a notification service. There is no support for embedding custom actions (buttons, dialogs) regardless of platform. Other then telling you if the shell command was sent, there is also no confirmation on user action on the notification.
You can still develop and debug on a mac but you will either need to manually sign the Python executable or (better option) install Python from https://python.org/ which installs a signed framework build.
TL;DR, unless we sign our code ($99/year, thank you Apple very cool) desktop notifications on MacOS aren't really gonna be a thing, especially with button interactions. notify-py seems to be plagued by the same issue.
Currently, desktop notifications only show on Windows. This could also also be present on MacOS and Linux.
The text was updated successfully, but these errors were encountered: