Kinda works.

This commit is contained in:
Tristan B. Kildaire 2020-10-18 12:24:30 +02:00
parent 4f1fc32f8b
commit 5da6691c4a

View File

@ -244,6 +244,8 @@ public final class Connection : Thread
{
/* TODO: Switch to */
writeln("nope time: "~channelSelected);
}
/* If we haven't joined this channel before */
else
@ -268,6 +270,9 @@ public final class Connection : Thread
writeln("first time: "~channelSelected);
}
/* Switch to the channel's pane */
notebookSwitcher.setCurrentPage(foundChannel.getBox());
box.showAll();
// notebookSwitcher.showAll();