mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 16:43:52 +09:00
Only use one tabControl (channeltabcontrol). Fix that the Channel messages did not refresh.
This commit is contained in:
@ -21,8 +21,7 @@ namespace osu.Game.Tests.Visual
|
||||
public override IReadOnlyList<Type> RequiredTypes => new[]
|
||||
{
|
||||
typeof(ChatTabControl),
|
||||
typeof(ChannelTabControl),
|
||||
typeof(UserTabControl)
|
||||
typeof(ChannelTabControl)
|
||||
};
|
||||
|
||||
private readonly ChatTabControl chatTabControl;
|
||||
|
Reference in New Issue
Block a user