mirror of
https://github.com/ppy/osu
synced 2025-01-20 04:50:50 +00:00
reopen FileSelector in the directory of the previous selection
This commit is contained in:
parent
438f3e6349
commit
824fb9f398
@ -54,7 +54,7 @@ namespace osu.Game.Screens.Edit.Setup
|
||||
{
|
||||
FileSelector fileSelector;
|
||||
|
||||
Target.Child = fileSelector = new FileSelector(validFileExtensions: ResourcesSection.AudioExtensions)
|
||||
Target.Child = fileSelector = new FileSelector(currentFile.Value?.DirectoryName, ResourcesSection.AudioExtensions)
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
Height = 400,
|
||||
|
Loading…
Reference in New Issue
Block a user