mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
Fix tests for buttons functionality
This commit is contained in:
parent
a144c267a3
commit
1f656eccbb
3 changed files with 10 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue