Formatter

This commit is contained in:
Jimmy Reichley 2024-08-18 20:53:46 -04:00
parent 665d1d4f6f
commit 7f854c3527
No known key found for this signature in database
GPG Key ID: 67715DC5A329803C
7 changed files with 11 additions and 10 deletions

View File

@ -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)