Skip to content

Commit ffc1716

Browse files
committed
i forgot to enable multi file 💀
1 parent dbfe079 commit ffc1716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/AssetRipper.GUI/MainWindow.ViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ private static void OpenUrl(string url)
441441
//Called from UI
442442
public async void ShowOpenFileDialog()
443443
{
444-
FilePickerOpenOptions options = new() { AllowMultiple = false };
444+
FilePickerOpenOptions options = new() { AllowMultiple = true };
445445
IReadOnlyList<IStorageFile> fileList = await MainWindow.Instance.StorageProvider.OpenFilePickerAsync(options);
446446

447447
string[] result = fileList.Select(f => f.Path.LocalPath)

0 commit comments

Comments
 (0)