mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Show channel selector when no channels are joined
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user