mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 06:33:20 +08:00
Update framework and ensure the add channel button is not switchable
This commit is contained in:
parent
a6da1b49e7
commit
84bda7d23f
@ -1 +1 @@
|
||||
Subproject commit 61e676094d25436bb9e8858946f65c43d15d8e01
|
||||
Subproject commit df4e92bbcb3ece05c7245aab2caacc0953ca6b55
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user