mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +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
|
|
}; |