mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Merge branch 'master' into autopilot
This commit is contained in:
@ -93,7 +93,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
AddUntilStep("remove all channels", () =>
|
||||
{
|
||||
var first = channelTabControl.Items.First();
|
||||
if (first.Name == "+")
|
||||
if (first is ChannelSelectorTabItem.ChannelSelectorTabChannel)
|
||||
return true;
|
||||
|
||||
channelTabControl.RemoveChannel(first);
|
||||
|
Reference in New Issue
Block a user