mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 20:16:02 +00:00
IRCClient: Add right-click context menu to IRCWindow member list
This commit is contained in:
parent
6476f690fe
commit
0f91045008
Notes:
sideshowbarker
2024-07-19 07:49:38 +09:00
Author: https://github.com/bcoles
Commit: 0f91045008
Pull-request: https://github.com/SerenityOS/serenity/pull/1686
2 changed files with 89 additions and 0 deletions
|
@ -77,5 +77,6 @@ private:
|
|||
RefPtr<Web::HtmlView> m_html_view;
|
||||
RefPtr<GUI::TextEditor> m_text_editor;
|
||||
RefPtr<IRCLogBuffer> m_log_buffer;
|
||||
RefPtr<GUI::Menu> m_context_menu;
|
||||
int m_unread_count { 0 };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue