mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
* check window corners * draw rounded rectangle * draw rounded corners * switch between rounded and not rounded rects * added enabled corners setting * update corner
14 lines
211 B
C
14 lines
211 B
C
#pragma once
|
|
|
|
enum class SettingId
|
|
{
|
|
Hotkey = 0,
|
|
SoundEnabled,
|
|
FrameEnabled,
|
|
FrameThickness,
|
|
FrameColor,
|
|
BlockInGameMode,
|
|
ExcludeApps,
|
|
FrameAccentColor,
|
|
RoundCornersEnabled
|
|
}; |