bugfix. file extension
This commit is contained in:
parent
f65cd39040
commit
f2ea02ae0b
@ -106,10 +106,10 @@ namespace LibationAvalonia.Views
|
||||
{
|
||||
try
|
||||
{
|
||||
var openFileDialog = new OpenFileDialog()
|
||||
var openFileDialog = new OpenFileDialog
|
||||
{
|
||||
Title = $"Locate the audio file for '{entry.Book.Title}'",
|
||||
Filters = new() { new() { Name = "All files (*.*)", Extensions = new() { "|*.*" } } },
|
||||
Filters = new() { new() { Name = "All files (*.*)", Extensions = new() { "*" } } },
|
||||
AllowMultiple = false
|
||||
};
|
||||
var filePaths = await openFileDialog.ShowAsync(this.GetParentWindow());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user