Files
PowerToys/src/modules/powerdisplay/PowerDisplayModuleInterface/Constants.h

7 lines
149 B
C
Raw Normal View History

2025-10-20 16:22:47 +08:00
#include <string>
namespace PowerDisplayConstants
{
// Name of the powertoy module.
inline const std::wstring ModuleKey = L"PowerDisplay";
}