Implement ShowChildsButton

This commit is contained in:
Andrei Zavatski
2019-10-09 11:07:56 +03:00
parent 4462d454e8
commit 0a56b041fd
5 changed files with 85 additions and 35 deletions

View File

@ -20,7 +20,8 @@ namespace osu.Game.Tests.Visual.Online
typeof(CommentsHeader),
typeof(DrawableComment),
typeof(HeaderButton),
typeof(SortSelector)
typeof(SortSelector),
typeof(ShowChildsButton)
};
protected override bool UseOnlineAPI => true;