mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-12 13:28:33 +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()
|
||||
{
|
||||
IStorageFile? path = await _parent.StorageProvider.SaveFilePickerAsync(_options);
|
||||
return path?.Path.AbsolutePath;
|
||||
return path?.Path.LocalPath;
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user