mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
6 lines
97 B
C
6 lines
97 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
namespace NonLocalizable
|
||
|
|
{
|
||
|
|
const inline wchar_t ModuleKey[] = L"AlwaysOnTop";
|
||
|
|
}
|