Show channel selector when no channels are joined

This commit is contained in:
Dean Herbert
2018-12-06 20:56:33 +09:00
parent 6ffd2190bc
commit 2122966cd4
2 changed files with 20 additions and 13 deletions

View File

@ -94,13 +94,12 @@ namespace osu.Game.Overlays.Chat.Tabs
{
if (tab is ChannelSelectorTabItem)
{
tab.Active.Toggle();
tab.Active.Value = true;
return;
}
selectorTab.Active.Value = false;
base.SelectTab(tab);
selectorTab.Active.Value = false;
}
private void tabCloseRequested(TabItem<Channel> tab)