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
commit fe0e73ef6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit 61e676094d25436bb9e8858946f65c43d15d8e01
Subproject commit 0773d895d9aa0729995cd4a23efc28238e35ceed

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;