mirror of
https://github.com/osukey/osukey.git
synced 2025-05-18 03:57:32 +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
|
set
|
||||||
{
|
{
|
||||||
if (currentChannel == value) return;
|
if (currentChannel == value || value == null) return;
|
||||||
|
|
||||||
if (channelTabs.ChannelSelectorActive) return;
|
|
||||||
|
|
||||||
currentChannel = value;
|
currentChannel = value;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user