mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 11:22:58 +08:00
Merge pull request #2405 from swoolcock/switchable-tabs
Disable tab switching for add channel button
This commit is contained in:
commit
fe0e73ef6a
@ -1 +1 @@
|
|||||||
Subproject commit 61e676094d25436bb9e8858946f65c43d15d8e01
|
Subproject commit 0773d895d9aa0729995cd4a23efc28238e35ceed
|
@ -307,6 +307,8 @@ namespace osu.Game.Overlays.Chat
|
|||||||
{
|
{
|
||||||
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user