diff --git a/src/notification.c b/src/notification.c index 39feaea0..65eb45d2 100644 --- a/src/notification.c +++ b/src/notification.c @@ -751,6 +751,9 @@ void notification_do_action(struct notification *n) } notification_open_context_menu(n); + } else if (n->urls) { + // Try urls otherwise + notification_open_url(n); } }