We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbfe079 commit ffc1716Copy full SHA for ffc1716
Source/AssetRipper.GUI/MainWindow.ViewModel.cs
@@ -441,7 +441,7 @@ private static void OpenUrl(string url)
441
//Called from UI
442
public async void ShowOpenFileDialog()
443
{
444
- FilePickerOpenOptions options = new() { AllowMultiple = false };
+ FilePickerOpenOptions options = new() { AllowMultiple = true };
445
IReadOnlyList<IStorageFile> fileList = await MainWindow.Instance.StorageProvider.OpenFilePickerAsync(options);
446
447
string[] result = fileList.Select(f => f.Path.LocalPath)
0 commit comments