Add a basic file selector with extension filtering support

This commit is contained in:
Dean Herbert
2020-09-24 18:18:34 +09:00
parent abec9224cf
commit 937d5870b3
6 changed files with 138 additions and 34 deletions

View File

@ -106,7 +106,7 @@ namespace osu.Game.Overlays.Settings.Sections.Maintenance
private void start()
{
var target = directorySelector.CurrentDirectory.Value;
var target = directorySelector.CurrentPath.Value;
try
{