Open SuperZombi opened 7 months ago
Hello. Could you add a cross-platform callback implementation when the notification is clicked (or add a button in notifications). I think this would be very useful.
Example:
from notifypy import Notify notification = Notify(...) def callback(notification): print(notification.message) notification.send(on_click=callback)
Hello. Could you add a cross-platform callback implementation when the notification is clicked (or add a button in notifications). I think this would be very useful.