mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Disable first run screen from appearing on startup until it is more complete
This commit is contained in:
@ -66,6 +66,7 @@ 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));
|
||||
|
Reference in New Issue
Block a user