mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:07:38 +08: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;
|
FileSelector fileSelector;
|
||||||
|
|
||||||
Target.Child = fileSelector = new FileSelector(validFileExtensions: ResourcesSection.AudioExtensions)
|
Target.Child = fileSelector = new FileSelector(currentFile.Value?.DirectoryName, ResourcesSection.AudioExtensions)
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
Height = 400,
|
Height = 400,
|
||||||
|
Loading…
Reference in New Issue
Block a user