mirror of
https://github.com/ppy/osu.git
synced 2026-05-29 06:09:59 +08:00
Merge pull request #2405 from swoolcock/switchable-tabs
Disable tab switching for add channel button
This commit is contained in:
+1
-1
Submodule osu-framework updated: 61e676094d...0773d895d9
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user