mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Make ChannelSelectorTabItem not switchable
This commit is contained in:
@ -11,6 +11,8 @@ namespace osu.Game.Overlays.Chat.Tabs
|
|||||||
{
|
{
|
||||||
public override bool IsRemovable => false;
|
public override bool IsRemovable => false;
|
||||||
|
|
||||||
|
public override bool IsSwitchable => false;
|
||||||
|
|
||||||
public ChannelSelectorTabItem(Channel value) : base(value)
|
public ChannelSelectorTabItem(Channel value) : base(value)
|
||||||
{
|
{
|
||||||
Depth = float.MaxValue;
|
Depth = float.MaxValue;
|
||||||
|
Reference in New Issue
Block a user