Show first run dialog on first run of the game

This commit is contained in:
Dean Herbert
2022-05-10 16:43:38 +09:00
parent 09613c9e18
commit 9aadc274bf
2 changed files with 2 additions and 5 deletions

View File

@ -74,7 +74,6 @@ namespace osu.Game.Tests.Visual.UserInterface
}
[Test]
[Ignore("Enable when first run setup is being displayed on first run.")]
public void TestDoesntOpenOnSecondRun()
{
AddStep("set first run", () => LocalConfig.SetValue(OsuSetting.ShowFirstRunSetup, true));