mirror of
https://github.com/ppy/osu.git
synced 2025-02-19 07:42:58 +08:00
Apply PR reviews/fixes
This commit is contained in:
parent
c22e77e481
commit
58c9bb031f
@ -218,7 +218,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
|
|||||||
|
|
||||||
AddStep("press toggle mod select key", () => InputManager.Key(Key.F1));
|
AddStep("press toggle mod select key", () => InputManager.Key(Key.F1));
|
||||||
|
|
||||||
// AddWaitStep("wait some", 3);
|
AddWaitStep("wait some", 3);
|
||||||
AddAssert("mod select not shown", () => this.ChildrenOfType<RoomSubScreen>().Single().UserModsSelectOverlay.State.Value == Visibility.Hidden);
|
AddAssert("mod select not shown", () => this.ChildrenOfType<RoomSubScreen>().Single().UserModsSelectOverlay.State.Value == Visibility.Hidden);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -86,7 +86,7 @@ namespace osu.Game.Screens.OnlinePlay.Match
|
|||||||
public readonly Room Room;
|
public readonly Room Room;
|
||||||
private readonly bool allowEdit;
|
private readonly bool allowEdit;
|
||||||
|
|
||||||
public ModSelectOverlay UserModsSelectOverlay { get; private set; }
|
internal ModSelectOverlay UserModsSelectOverlay { get; private set; }
|
||||||
|
|
||||||
[CanBeNull]
|
[CanBeNull]
|
||||||
private IDisposable userModsSelectOverlayRegistration;
|
private IDisposable userModsSelectOverlayRegistration;
|
||||||
|
Loading…
Reference in New Issue
Block a user