mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Fix most remaining test issues
This commit is contained in:
@ -90,7 +90,7 @@ namespace osu.Game.Online.Rooms
|
||||
|
||||
private void updateAvailability()
|
||||
{
|
||||
if (downloadTracker == null)
|
||||
if (downloadTracker == null || SelectedItem.Value == null)
|
||||
return;
|
||||
|
||||
switch (downloadTracker.State.Value)
|
||||
|
Reference in New Issue
Block a user