mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-30 14:17:56 +08:00
8 lines
159 B
C
8 lines
159 B
C
|
#pragma once
|
||
|
#include <string>
|
||
|
|
||
|
namespace LauncherConstants
|
||
|
{
|
||
|
// Name of the powertoy module.
|
||
|
inline const std::wstring ModuleKey = L"PowerToys Run";
|
||
|
}
|