mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Fix not being able to change channels when channel select dialog is up
This commit is contained in:
@ -324,9 +324,7 @@ namespace osu.Game.Overlays
|
||||
|
||||
set
|
||||
{
|
||||
if (currentChannel == value) return;
|
||||
|
||||
if (channelTabs.ChannelSelectorActive) return;
|
||||
if (currentChannel == value || value == null) return;
|
||||
|
||||
currentChannel = value;
|
||||
|
||||
|
Reference in New Issue
Block a user