AutoLoad DLC/updates #12

Merged
J-Swift merged 38 commits from feature/auto-load-extra-files into master 2024-10-08 01:08:41 +00:00
7 changed files with 11 additions and 10 deletions
Showing only changes of commit 7f854c3527 - Show all commits

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)