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 2790a2e commit 2f75d36Copy full SHA for 2f75d36
ContextMenuManager/Controls/ShellNewList.cs
@@ -147,9 +147,9 @@ private void AddNewItem()
147
}
148
foreach (Control ctr in Controls)
149
{
150
- if (ctr is ShellNewItem item)
+ if (ctr is ShellNewItem shellItem)
151
152
- if (item.Extension.Equals(extension, StringComparison.OrdinalIgnoreCase))
+ if (shellItem.Extension.Equals(extension, StringComparison.OrdinalIgnoreCase))
153
154
AppMessageBox.Show(AppString.Message.HasBeenAdded);
155
return;
0 commit comments