Fix tests for buttons functionality

This commit is contained in:
Kovid Goyal 2024-07-31 15:21:57 +05:30
parent a144c267a3
commit 1f656eccbb
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
3 changed files with 10 additions and 11 deletions

View file

@ -18,7 +18,7 @@ def log_notification(nc: NotificationCommand) -> None:
print('\n', file=log)
def on_notification_activated(nc: NotificationCommand) -> None:
def on_notification_activated(nc: NotificationCommand, which: int) -> None:
# do something when this notification is activated (clicked on)
# remember to assign this to the on_activation field in main()
pass