diff --git a/Applications/IRCClient/IRCWindow.cpp b/Applications/IRCClient/IRCWindow.cpp index b17333204c..d1f58ab6db 100644 --- a/Applications/IRCClient/IRCWindow.cpp +++ b/Applications/IRCClient/IRCWindow.cpp @@ -116,6 +116,7 @@ void IRCWindow::post_notification_if_needed(const String& name, const String& me notification->set_title(name); } + notification->set_icon_path("/res/icons/32x32/app-irc-client.png"); notification->set_text(message); notification->show(); }