1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 06:27:45 +00:00

can now tile background and made sure the IRC choose server popup still works

This commit is contained in:
Christopher Dumas 2019-05-26 10:14:03 -07:00 committed by Andreas Kling
parent 50154a23cb
commit c23882dde1
15 changed files with 127 additions and 44 deletions

View file

@ -112,7 +112,7 @@ private:
void on_socket_connected();
String m_hostname { "none" };
String m_hostname;
int m_port { 6667 };
CTCPSocket* m_socket { nullptr };