1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 06:33:20 +08:00

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

@ -1 +1 @@
Subproject commit 61e676094d25436bb9e8858946f65c43d15d8e01
Subproject commit df4e92bbcb3ece05c7245aab2caacc0953ca6b55

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;