mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 11:42:38 +03:00
IRCClient: Use the IRCClient app icon in notifications :^)
This commit is contained in:
parent
faedb763ca
commit
d52c5a94b4
Notes:
sideshowbarker
2024-07-19 08:06:44 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/d52c5a94b47
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user