mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-11 11:09:16 +02:00
Fix tests for buttons functionality
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user