mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Make IOsuScreen.AllowTrackAdjustments nullable
Allows for inheriting value from the previous screen if undefined
This commit is contained in:
@ -23,7 +23,7 @@ namespace osu.Game.Screens.Import
|
||||
{
|
||||
public override bool HideOverlaysOnEnter => true;
|
||||
|
||||
public override bool AllowTrackAdjustments => false;
|
||||
public override bool? AllowTrackAdjustments => false;
|
||||
|
||||
private OsuFileSelector fileSelector;
|
||||
private Container contentContainer;
|
||||
|
Reference in New Issue
Block a user