1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 19:27:24 +08:00

Make ChannelSelectorTabItem not switchable

This commit is contained in:
smoogipoo 2018-12-03 11:48:36 +09:00
parent 7255a01bf5
commit 814d401eb0

View File

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