mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
Fixed save file picker path
This commit is contained in:
parent
c0323f7248
commit
70b6035b0d
@ -77,6 +77,6 @@ public class SaveFileDialogBuilder
|
|||||||
public async Task<string?> ShowAsync()
|
public async Task<string?> ShowAsync()
|
||||||
{
|
{
|
||||||
IStorageFile? path = await _parent.StorageProvider.SaveFilePickerAsync(_options);
|
IStorageFile? path = await _parent.StorageProvider.SaveFilePickerAsync(_options);
|
||||||
return path?.Path.AbsolutePath;
|
return path?.Path.LocalPath;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user