mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 08:47:47 +02:00
Set a default action name on the dbus notification
This commit is contained in:
@@ -42,6 +42,6 @@ else:
|
||||
):
|
||||
if icon is True:
|
||||
icon = logo_png_file
|
||||
alloc_id = dbus_send_notification(application, icon, title, body, timeout)
|
||||
alloc_id = dbus_send_notification(application, icon, title, body, 'Click to see changes', timeout)
|
||||
if alloc_id and identifier is not None:
|
||||
alloc_map[alloc_id] = identifier
|
||||
|
||||
Reference in New Issue
Block a user