mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
9 lines
244 B
C++
9 lines
244 B
C++
#pragma once
|
|
#include <string>
|
|
|
|
namespace PowerRenameConstants
|
|
{
|
|
// Name of the powertoy module.
|
|
inline const std::wstring ModuleKey = L"PowerRename";
|
|
inline const std::wstring ModulePackageDisplayName = L"PowerRenameContextMenu";
|
|
} |