Add missing screen level mod application settings for some screens

Closes #7480. But based on discussion in there this solution may change.
This commit is contained in:
Dean Herbert
2021-09-13 15:00:33 +09:00
parent 901a632494
commit caf7ef6519
3 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,8 @@ namespace osu.Game.Screens.Import
{
public override bool HideOverlaysOnEnter => true;
public override bool AllowTrackAdjustments => false;
private OsuFileSelector fileSelector;
private Container contentContainer;
private TextFlowContainer currentFileText;