mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Disallow track adjustments on playlists / multi lounge
This commit is contained in:
@ -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 }
|
||||
|
Reference in New Issue
Block a user