Implement SortSelector component

This commit is contained in:
Andrei Zavatski
2019-10-08 22:46:42 +03:00
parent 574170124c
commit 29b0eacc82
8 changed files with 101 additions and 7 deletions

View File

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