Add bindable flow for expanded leaderboard state

This commit is contained in:
Dean Herbert
2021-02-19 15:09:41 +09:00
parent a6d163619a
commit ee9e6fff40
3 changed files with 7 additions and 0 deletions

View File

@ -85,6 +85,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
public void TestScoreUpdates()
{
AddRepeatStep("update state", () => streamingClient.RandomlyUpdateState(), 100);
AddToggleStep("switch compact mode", expanded => leaderboard.Expanded.Value = expanded);
}
[Test]