mirror of
https://github.com/microsoft/PowerToys
synced 2025-09-04 16:35:10 +00:00
A couple minor bug fixes
This commit is contained in:
@@ -91,7 +91,7 @@ HRESULT CPowerRenameMenu::InvokeCommand(_In_ LPCMINVOKECOMMANDINFO pici)
|
||||
{
|
||||
HRESULT hr = E_FAIL;
|
||||
|
||||
if (IsEnabled() &
|
||||
if (IsEnabled() &&
|
||||
(IS_INTRESOURCE(pici->lpVerb)) &&
|
||||
(LOWORD(pici->lpVerb) == 0))
|
||||
{
|
||||
|
Reference in New Issue
Block a user