From e06e574206990c5d0a57d526214f9bf482120412 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Thu, 9 Mar 2023 23:28:10 -0500 Subject: add user avatars to notifications --- src/notifications/notifier.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/notifications/notifier.hpp') diff --git a/src/notifications/notifier.hpp b/src/notifications/notifier.hpp index 9007dc8..869b918 100644 --- a/src/notifications/notifier.hpp +++ b/src/notifications/notifier.hpp @@ -11,7 +11,7 @@ public: Notifier(); ~Notifier(); - void Notify(const Glib::ustring &title, const Glib::ustring &text, const Glib::ustring &default_action); + void Notify(const Glib::ustring &title, const Glib::ustring &text, const Glib::ustring &default_action, const std::string &icon_path); private: #ifdef WITH_MINIAUDIO -- cgit v1.2.3