fix(desktop): set window caption color if Windows version >= 11 (#3939)

This commit is contained in:
Timotej
2024-04-16 14:21:26 +02:00
committed by GitHub
parent 1b0802b0e6
commit 9fb6e59e36
3 changed files with 29 additions and 9 deletions

View File

@@ -41,6 +41,7 @@ windows = { version = "0.52.0", features = [
"Win32_Foundation",
"Win32_UI_Controls",
] }
winver = "1"
[features]
# this feature is used for production builds or when `devPath` points to the filesystem