mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Instantiate channel in tab item
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user