We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f4010 commit 9a35c32Copy full SHA for 9a35c32
src/Uno.UWP/Storage/Pickers/FileOpenPicker.cs
@@ -92,7 +92,7 @@ private void ValidateConfiguration()
92
{
93
if (FileTypeFilter.Count == 0)
94
95
- throw new InvalidOperationException("You must provide at least a general file type filter ('.*')");
+ throw new InvalidOperationException("You must provide at least a general file type filter ('*')");
96
}
97
98
0 commit comments