mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Ignore Add-channel button
This commit is contained in:
@ -199,6 +199,11 @@ namespace osu.Game.Overlays
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (e.NewValue.Name == "+")
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
textbox.Current.Disabled = e.NewValue.ReadOnly;
|
textbox.Current.Disabled = e.NewValue.ReadOnly;
|
||||||
|
|
||||||
if (channelTabControl.Current.Value != e.NewValue)
|
if (channelTabControl.Current.Value != e.NewValue)
|
||||||
|
Reference in New Issue
Block a user