mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
IRCClient: Add a little "(n)" indicator to window list for unread messages.
This commit is contained in:
@@ -29,6 +29,7 @@ void IRCQuery::dump() const
|
||||
|
||||
void IRCQuery::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