mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
[AlwaysOnTop] Round corners on Windows 11 (#19109)
* check window corners * draw rounded rectangle * draw rounded corners * switch between rounded and not rounded rects * added enabled corners setting * update corner
This commit is contained in:
@@ -9,5 +9,6 @@ enum class SettingId
|
||||
FrameColor,
|
||||
BlockInGameMode,
|
||||
ExcludeApps,
|
||||
FrameAccentColor
|
||||
FrameAccentColor,
|
||||
RoundCornersEnabled
|
||||
};
|
||||
Reference in New Issue
Block a user