Activate dark mode in Windows 11

Allow dark mode in Windows 11 insider build 22000 and later.
Per this comment #10122 (comment)

Fix #10136, Close #10135
pull/10140/head
ozone10 3 years ago committed by Don Ho
parent 39b9090b96
commit fb91093ccb

@ -246,7 +246,8 @@ constexpr bool CheckBuildNumber(DWORD buildNumber)
buildNumber == 18363 || // 1909
buildNumber == 19041 || // 2004
buildNumber == 19042 || // 20H2
buildNumber == 19043); // 21H1
buildNumber == 19043 || // 21H1
buildNumber >= 22000); // Windows 11 insider builds
}
void InitDarkMode()

Loading…
Cancel
Save