Merge pull request #2405 from swoolcock/switchable-tabs

Disable tab switching for add channel button
This commit is contained in:
Dean Herbert
2018-04-25 15:57:13 +09:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@ -307,6 +307,8 @@ namespace osu.Game.Overlays.Chat
{
public override bool IsRemovable => false;
public override bool IsSwitchable => false;
public ChannelSelectorTabItem(Channel value) : base(value)
{
Depth = float.MaxValue;