1
Fork 0
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:
FalseHonesty 2020-05-27 14:25:13 -04:00 committed by Andreas Kling
parent 330aecb5d8
commit 112b4de430
2 changed files with 11 additions and 9 deletions

View file

@ -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 };