changed the name to be displayed from Wox.Launcher to Launcher

This commit is contained in:
Alekhya Reddy Kommuru 2020-03-16 08:03:53 -07:00
parent 06eac367f2
commit 16d1245b64

View file

@ -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.
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.
const static wchar_t* MODULE_DESC = L"<no description>";