mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
12 lines
164 B
C
12 lines
164 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
enum class SettingId
|
||
|
|
{
|
||
|
|
Hotkey = 0,
|
||
|
|
SoundEnabled,
|
||
|
|
FrameEnabled,
|
||
|
|
FrameThickness,
|
||
|
|
FrameColor,
|
||
|
|
BlockInGameMode,
|
||
|
|
ExcludeApps
|
||
|
|
};
|