1
0
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:
Paul Teng 2019-05-11 19:16:15 -04:00 committed by GitHub
parent 6cf1ca288f
commit 3971a49549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,6 +198,11 @@ namespace osu.Game.Overlays
channelSelectionOverlay.State = Visibility.Visible;
return;
}
if (e.NewValue.Name == "+")
{
return;
}
textbox.Current.Disabled = e.NewValue.ReadOnly;