1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:18:11 +00:00

IRCClient: Use the IRCClient app icon in notifications :^)

This commit is contained in:
Andreas Kling 2020-03-26 20:39:36 +01:00
parent faedb763ca
commit d52c5a94b4

View file

@ -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();
}