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 f91ae1b commit 3485ef4Copy full SHA for 3485ef4
src/Files.App/Shell/ShellNewMenuHelper.cs
@@ -83,7 +83,7 @@ private static Task<ShellNewEntry> ParseShellNewRegistryEntry(RegistryKey key, R
83
!valueNames.Contains("ItemName", StringComparer.OrdinalIgnoreCase) &&
84
!valueNames.Contains("Data", StringComparer.OrdinalIgnoreCase))
85
{
86
- return null;
+ return Task.FromResult<ShellNewEntry>(null);
87
}
88
89
var extension = root.Name.Substring(root.Name.LastIndexOf('\\') + 1);
0 commit comments