mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 15:49: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
Notes:
sideshowbarker
2024-07-19 13:53:58 +09:00
Author: https://github.com/alexispurslane
Commit: c23882dde1
Pull-request: https://github.com/SerenityOS/serenity/pull/118
Reviewed-by: https://github.com/awesomekling
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