Set a default action name on the dbus notification

This commit is contained in:
Kovid Goyal
2019-02-03 13:53:26 +05:30
parent 1bf2864638
commit 4c9a6ed56c
8 changed files with 17 additions and 12 deletions

View File

@@ -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