mirror of
https://github.com/ppy/osu
synced 2025-03-04 02:19:45 +00:00
Disallow track adjustments on playlists / multi lounge
This commit is contained in:
parent
5453ea0ce9
commit
55feb47e61
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user