Update src/modules/NewPlus/NewShellExtensionContextMenu/powertoys_module.cpp
Some checks are pending
Spell checking / Check Spelling (push) Waiting to run
Spell checking / Report (Push) (push) Blocked by required conditions
Spell checking / Report (PR) (push) Blocked by required conditions
Spell checking / Update PR (push) Waiting to run

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)
NewPlusRuntimeRegistration::Unregister();
Logger::info("New+ context menu unregistered (Win10)");
Logger::info(L"New+ context menu unregistered (Win10)");
#endif
}
powertoy_new_enabled = false;