mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
changed the name to be displayed from Wox.Launcher to Launcher
This commit is contained in:
@@ -23,7 +23,7 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReser
|
|||||||
}
|
}
|
||||||
|
|
||||||
// The PowerToy name that will be shown in the settings.
|
// The PowerToy name that will be shown in the settings.
|
||||||
const static wchar_t* MODULE_NAME = L"Wox.Launcher";
|
const static wchar_t* MODULE_NAME = L"Launcher";
|
||||||
// Add a description that will we shown in the module settings page.
|
// Add a description that will we shown in the module settings page.
|
||||||
const static wchar_t* MODULE_DESC = L"<no description>";
|
const static wchar_t* MODULE_DESC = L"<no description>";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user