mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
reopen FileSelector in the directory of the previous selection
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user