1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-02-05 13:54:58 +00:00

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 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) if (result.Count > 0)