1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 23:51:01 +08:00

Remove local specification for file selector search path

This commit is contained in:
Dean Herbert
2020-09-25 12:30:05 +09:00
Unverified
parent b1e72c311e
commit f047ff10bf
+1 -1
View File
@@ -235,7 +235,7 @@ namespace osu.Game.Screens.Edit.Setup
public void DisplayFileChooser()
{
Target.Child = new FileSelector("/Users/Dean/.osu/Songs", new[] { ".mp3", ".ogg" })
Target.Child = new FileSelector(validFileExtensions: new[] { ".mp3", ".ogg" })
{
RelativeSizeAxes = Axes.X,
Height = 400,