mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:27:34 +00:00
IRCClient: Open query window immediately when created by the user.
When handling "/query nick", we now immediately switch to the new query.
This commit is contained in:
parent
85674aa498
commit
5e6c1c6912
5 changed files with 37 additions and 7 deletions
|
@ -13,6 +13,10 @@ public:
|
|||
IRCAppWindow();
|
||||
virtual ~IRCAppWindow() override;
|
||||
|
||||
static IRCAppWindow& the();
|
||||
|
||||
void set_active_window(IRCWindow&);
|
||||
|
||||
private:
|
||||
void setup_client();
|
||||
void setup_actions();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue