1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 06:42:54 +08:00

Disallow track adjustments on playlists / multi lounge

This commit is contained in:
Joseph Madamba 2021-09-16 20:17:21 -07:00
parent 5453ea0ce9
commit 55feb47e61

View File

@ -37,6 +37,8 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
{
public override string Title => "Lounge";
public override bool? AllowTrackAdjustments => false;
protected override BackgroundScreen CreateBackground() => new LoungeBackgroundScreen
{
SelectedRoom = { BindTarget = SelectedRoom }