Formatter
This commit is contained in:
parent
665d1d4f6f
commit
7f854c3527
7 changed files with 11 additions and 10 deletions
|
@ -1263,7 +1263,8 @@ namespace Ryujinx.Ava.UI.ViewModels
|
|||
{
|
||||
var result = await StorageProvider.OpenFolderPickerAsync(new FolderPickerOpenOptions
|
||||
{
|
||||
Title = LocaleManager.Instance[LocaleKeys.OpenFolderDialogTitle], AllowMultiple = true,
|
||||
Title = LocaleManager.Instance[LocaleKeys.OpenFolderDialogTitle],
|
||||
AllowMultiple = true,
|
||||
});
|
||||
|
||||
if (result.Count > 0)
|
||||
|
|
Loading…
Reference in a new issue