mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 12:37:45 +00:00
IRCClient: Implement the "part from channel" action.
Also make sure the action is disabled while we're not in a window that corresponds to an open channel. :^) Fixes #277.
This commit is contained in:
parent
d47432487d
commit
ea9340aeca
5 changed files with 32 additions and 2 deletions
|
@ -19,6 +19,7 @@ private:
|
|||
void setup_menus();
|
||||
void setup_widgets();
|
||||
void update_title();
|
||||
void update_part_action();
|
||||
|
||||
IRCWindow& create_window(void* owner, IRCWindow::Type, const String& name);
|
||||
IRCClient m_client;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue