FishEagle
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
src/Avalonia.Dialogs/ManagedStorageProvider.cs
|
|
|
@ -116,6 +116,7 @@ internal class ManagedStorageProvider : BclStorageProvider |
|
|
|
{ |
|
|
|
if (await ShowOverwritePrompt(filename, window)) |
|
|
|
{ |
|
|
|
result = [filename]; |
|
|
|
window.Close(); |
|
|
|
} |
|
|
|
}; |
|
|
|
@ -165,6 +166,7 @@ internal class ManagedStorageProvider : BclStorageProvider |
|
|
|
{ |
|
|
|
if (await ShowOverwritePrompt(filename, root)) |
|
|
|
{ |
|
|
|
result = [filename]; |
|
|
|
popup.Close(); |
|
|
|
} |
|
|
|
}; |
|
|
|
|