Update src/modules/NewPlus/NewShellExtensionContextMenu/powertoys_module.cpp
Some checks failed
Spell checking / Check Spelling (push) Has been cancelled
Spell checking / Update PR (push) Has been cancelled
Spell checking / Report (Push) (push) Has been cancelled
Spell checking / Report (PR) (push) Has been cancelled

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
leileizhang 2025-08-21 14:28:26 +08:00 committed by GitHub
parent 0f1ccaee2d
commit 5386572092
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -154,7 +154,7 @@ private:
{ {
#if defined(ENABLE_REGISTRATION) || defined(NDEBUG) #if defined(ENABLE_REGISTRATION) || defined(NDEBUG)
NewPlusRuntimeRegistration::Unregister(); NewPlusRuntimeRegistration::Unregister();
Logger::info("New+ context menu unregistered (Win10)"); Logger::info(L"New+ context menu unregistered (Win10)");
#endif #endif
} }
powertoy_new_enabled = false; powertoy_new_enabled = false;