mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:58:11 +00:00
can now tile background and made sure the IRC choose server popup still works
This commit is contained in:
parent
50154a23cb
commit
c23882dde1
15 changed files with 127 additions and 44 deletions
|
@ -48,11 +48,8 @@ void IRCAppWindow::setup_client()
|
|||
m_client.on_nickname_changed = [this] (const String&) {
|
||||
update_title();
|
||||
};
|
||||
m_client.on_connect = [this] {
|
||||
m_client.join_channel("#test");
|
||||
};
|
||||
|
||||
if (m_client.hostname() == "none") {
|
||||
if (m_client.hostname().is_empty()) {
|
||||
GInputBox input_box("Enter server:", "Connect to server", this);
|
||||
auto result = input_box.exec();
|
||||
if (result == GInputBox::ExecCancel)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue