mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-12 21:38:38 +00:00
parent
45f02c1573
commit
2f270c9c03
@ -78,6 +78,6 @@ public class OpenFileDialogBuilder
|
||||
public async Task<string[]?> ShowAsync()
|
||||
{
|
||||
IReadOnlyList<IStorageFile> files = await _parent.StorageProvider.OpenFilePickerAsync(_options);
|
||||
return files.Select(f => f.Path.AbsolutePath).ToArray();
|
||||
return files.Select(f => f.Path.LocalPath).ToArray();
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user