mirror of
https://github.com/osukey/osukey.git
synced 2025-05-17 19:47:33 +09:00
Fix not being able to change channels when channel select dialog is up
This commit is contained in:
parent
d9106c4e30
commit
6b7e18a1e3
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user