Move a client into your own channel from its context menu

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-14 15:00:02 +00:00
committed by ericek111
parent 6dee5106c7
commit 97148cfe9a
3 changed files with 16 additions and 0 deletions

View File

@@ -57,6 +57,9 @@ public final class ServerTreePanel extends JScrollPane {
void showConnectionInfo(ClientEntry client);
/** Moves a client into the channel we are currently in. */
void moveClientToOwnChannel(ClientEntry client);
/** Open the file repository browser for a channel. */
void browseFiles(ChannelNode channel);