From 2b9860c3af81f6a972e6d8cf55e03548989c7365 Mon Sep 17 00:00:00 2001 From: Alexander 'z33ky' Hirsch <1zeeky@gmail.com> Date: Wed, 10 Jun 2020 11:27:21 +0200 Subject: Add setting to alert on notification --- src/ChatPage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ChatPage.h') diff --git a/src/ChatPage.h b/src/ChatPage.h index 83b4e76d..8c33a63e 100644 --- a/src/ChatPage.h +++ b/src/ChatPage.h @@ -206,7 +206,7 @@ private: uint16_t notification_count, uint16_t highlight_count); //! Send desktop notification for the received messages. - void sendDesktopNotifications(const mtx::responses::Notifications &); + void sendNotifications(const mtx::responses::Notifications &); void showNotificationsDialog(const QPoint &point); -- cgit 1.4.1