mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 00:02:54 +08:00
Ignore Add-channel button
This commit is contained in:
parent
6cf1ca288f
commit
3971a49549
@ -198,6 +198,11 @@ namespace osu.Game.Overlays
|
||||
channelSelectionOverlay.State = Visibility.Visible;
|
||||
return;
|
||||
}
|
||||
|
||||
if (e.NewValue.Name == "+")
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
textbox.Current.Disabled = e.NewValue.ReadOnly;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user