mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 17:15:26 +00:00
can now tile background and made sure the IRC choose server popup still works
This commit is contained in:
committed by
Andreas Kling
parent
50154a23cb
commit
c23882dde1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user