mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 06:14:47 +02:00
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
This commit is contained in:
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…
x
Reference in New Issue
Block a user