mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:07:34 +00:00
IRCClient: Enable history on the message box
This commit is contained in:
parent
330aecb5d8
commit
112b4de430
2 changed files with 11 additions and 9 deletions
|
@ -75,7 +75,7 @@ private:
|
|||
Type m_type;
|
||||
String m_name;
|
||||
RefPtr<Web::HtmlView> m_html_view;
|
||||
RefPtr<GUI::TextEditor> m_text_editor;
|
||||
RefPtr<GUI::TextBox> m_text_box;
|
||||
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