mirror of
https://github.com/osukey/osukey.git
synced 2025-07-10 21:00:00 +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
|
set
|
||||||
{
|
{
|
||||||
if (currentChannel == value) return;
|
if (currentChannel == value || value == null) return;
|
||||||
|
|
||||||
if (channelTabs.ChannelSelectorActive) return;
|
|
||||||
|
|
||||||
currentChannel = value;
|
currentChannel = value;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user