mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-05 08:06:09 +00:00
IRCClient: Add a little "(n)" indicator to window list for unread messages.
This commit is contained in:
@@ -37,6 +37,7 @@ void IRCChannel::add_member(const String& name, char prefix)
|
||||
|
||||
void IRCChannel::add_message(char prefix, const String& name, const String& text)
|
||||
{
|
||||
window().did_add_message();
|
||||
log().add_message(prefix, name, text);
|
||||
dump();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user