mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
🧼 PowerToys Awake (#11593)
* Scrubbing name conventions * Fix naming for projects * Fix folder naming * More folder cleanup * More left-over file changes * Reverting LCL files, because these will be handled by the loc team * Remove legacy file that is no longer used. * Update latest
This commit is contained in:
7
src/modules/awake/AwakeModuleInterface/AwakeConstants.h
Normal file
7
src/modules/awake/AwakeModuleInterface/AwakeConstants.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <string>
|
||||
|
||||
namespace AwakeConstants
|
||||
{
|
||||
// Name of the powertoy module.
|
||||
inline const std::wstring ModuleKey = L"Awake";
|
||||
}
|
||||
Reference in New Issue
Block a user