mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09:00
IRCClient: Add a little "(n)" indicator to window list for unread messages.
This commit is contained in:
parent
1394677528
commit
b4f787090c
Notes:
sideshowbarker
2024-07-19 15:02:02 +09:00
Author: https://github.com/awesomekling
Commit: b4f787090c
9 changed files with 68 additions and 14 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue