Remove import popup dialog from song select

This has been replaced in spirit by the first run overlay.
This commit is contained in:
Dean Herbert
2022-06-07 15:40:54 +09:00
parent 476a05cafb
commit df9174ec00
3 changed files with 4 additions and 61 deletions

View File

@ -609,8 +609,6 @@ namespace osu.Game.Tests.Visual.Navigation
public ModSelectOverlay ModSelectOverlay => ModSelect;
public BeatmapOptionsOverlay BeatmapOptionsOverlay => BeatmapOptions;
protected override bool DisplayStableImportPrompt => false;
}
}
}