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 d687232 commit 0ec662fCopy full SHA for 0ec662f
src/Files.Launcher/Helpers/ShellNewMenuHelper.cs
@@ -78,10 +78,6 @@ private static async Task<ShellNewEntry> ParseShellNewRegistryEntry(RegistryKey
78
79
var extension = root.Name.Substring(root.Name.LastIndexOf('\\') + 1);
80
var fileName = (string)key.GetValue("FileName");
81
- if (!string.IsNullOrEmpty(fileName) && Path.GetExtension(fileName) != extension)
82
- {
83
- return null;
84
- }
85
86
byte[] data = null;
87
var dataObj = key.GetValue("Data");
0 commit comments