Instantiate channel in tab item

This commit is contained in:
Paul Teng
2019-05-12 06:26:03 -04:00
parent d53fb9a5c8
commit 8957ad5a7e
2 changed files with 3 additions and 3 deletions

View File

@ -13,8 +13,8 @@ namespace osu.Game.Overlays.Chat.Tabs
public override bool IsSwitchable => false;
public ChannelSelectorTabItem(Channel value)
: base(value)
public ChannelSelectorTabItem()
: base(new ChannelSelectorTabChannel())
{
Depth = float.MaxValue;
Width = 45;