mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:17:46 +00:00
IRCClient: Add a little "(n)" indicator to window list for unread messages.
This commit is contained in:
parent
1394677528
commit
b4f787090c
9 changed files with 68 additions and 14 deletions
|
@ -20,11 +20,9 @@ private:
|
|||
void setup_widgets();
|
||||
|
||||
IRCWindow& create_window(void* owner, IRCWindow::Type, const String& name);
|
||||
|
||||
IRCClient m_client;
|
||||
|
||||
GStackWidget* m_container { nullptr };
|
||||
|
||||
GTableView* m_window_list { nullptr };
|
||||
RetainPtr<GAction> m_join_action;
|
||||
RetainPtr<GAction> m_part_action;
|
||||
RetainPtr<GAction> m_whois_action;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue