mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 02:06:36 +02:00
ImageResizer, PowerRename, FileLocksmith prev handlers
This commit is contained in:
@@ -240,12 +240,15 @@ HRESULT ExplorerCommand::s_CreateInstance(IUnknown* pUnkOuter, REFIID riid, void
|
||||
|
||||
ExplorerCommand::ExplorerCommand()
|
||||
{
|
||||
m_etwTrace.UpdateState(true);
|
||||
++globals::ref_count;
|
||||
context_menu_caption = GET_RESOURCE_STRING_FALLBACK(IDS_FILELOCKSMITH_CONTEXT_MENU_ENTRY, L"Unlock with File Locksmith");
|
||||
}
|
||||
|
||||
ExplorerCommand::~ExplorerCommand()
|
||||
{
|
||||
m_etwTrace.Flush();
|
||||
m_etwTrace.UpdateState(false);
|
||||
--globals::ref_count;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user