mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-11 17:37:22 +10:00
ModernSettings: Fix crash when invoking with unknown verb
This commit is contained in:
@@ -19,7 +19,6 @@ struct ICIVERBTOIDMAP
|
||||
static const ICIVERBTOIDMAP g_ContextMenuIDMap[] =
|
||||
{
|
||||
{ L"open", "open", MENUVERB_OPEN },
|
||||
{ NULL, NULL, (UINT)-1 }
|
||||
};
|
||||
|
||||
HRESULT _MapICIVerbToCmdID(LPCMINVOKECOMMANDINFO pici, UINT* pid)
|
||||
|
||||
Reference in New Issue
Block a user