mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Make current value behaviour between channels and tabs consistent.
- Trim whitespace
This commit is contained in:
@ -398,7 +398,10 @@ namespace osu.Game.Overlays
|
||||
if (channel == null) return;
|
||||
|
||||
if (channel == CurrentChannel)
|
||||
{
|
||||
currentChannel = null;
|
||||
currentChannelContainer.Clear(false);
|
||||
}
|
||||
|
||||
careChannels.Remove(channel);
|
||||
loadedChannels.Remove(loadedChannels.Find(c => c.Channel == channel));
|
||||
|
Reference in New Issue
Block a user