Update framework and ensure the add channel button is not switchable

This commit is contained in:
Shane Woolcock
2018-04-24 20:46:44 +09:30
parent a6da1b49e7
commit 84bda7d23f
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;