1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:37:28 +08:00

Forcefully hide mute notification for navigation tests

This commit is contained in:
Dean Herbert 2020-02-14 20:12:23 +09:00
parent 05c48cd929
commit 73621e41fd

View File

@ -117,6 +117,8 @@ namespace osu.Game.Tests.Visual.Navigation
{
base.LoadComplete();
API.Login("Rhythm Champion", "osu!");
Dependencies.Get<SessionStatics>().Set(Static.MutedAudioNotificationShownOnce, true);
}
}