diff --git a/osu-framework b/osu-framework index 61e676094d..df4e92bbcb 160000 --- a/osu-framework +++ b/osu-framework @@ -1 +1 @@ -Subproject commit 61e676094d25436bb9e8858946f65c43d15d8e01 +Subproject commit df4e92bbcb3ece05c7245aab2caacc0953ca6b55 diff --git a/osu.Game/Overlays/Chat/ChatTabControl.cs b/osu.Game/Overlays/Chat/ChatTabControl.cs index 77a30e6389..91b790ece4 100644 --- a/osu.Game/Overlays/Chat/ChatTabControl.cs +++ b/osu.Game/Overlays/Chat/ChatTabControl.cs @@ -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;