Dark mode is not supported
0xF5T9 opened this issue · 2 comments
0xF5T9 commented
Hi, I'm sorry if this is a dump question.
why it said "Dark mode is not supported" when I call InitDarkMode(), it happen even on the original code.
Is it has anything to do with my SDK version, am I missing something? Thank you
EDIT: I compiling the project with latest SDK & VS 2022
ysc3839 commented
It checks Windows build number to prevent issues when running on a newer system.
win32-darkmode/win32-darkmode/DarkMode.h
Lines 179 to 185 in cc26549
0xF5T9 commented
Thank you so much!