1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 07:29:53 +08:00

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
Unverified
2 changed files with 3 additions and 1 deletions
+2
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;